Html Css Color HEX #512566 Scarlet Gum

📋 copy color: '#512566'

red 81 ◦ green 37 ◦ blue 102

#512566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #512566

Tints of Scarlet Gum #512566

RGB

 RED value IS 81 (32.03% from 255) = 36.82%

 GREEN value IS 37 (14.84% from 255) = 16.82%

 BLUE value IS 102 (40.23% from 255) = 46.36%

R = 36.82%
G = 16.82%
B = 46.36%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#512566 (or 0x512566) is known color: Scarlet Gum. HEX triplet: 51, 25 and 66. RGB value is (81,37,102). Sum of RGB (Red+Green+Blue) = 81+37+102=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #512566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512566 is #AEDA99. Grayscale: #393939. Windows color (decimal): -11459226 or 6694225. OLE color: 6694225.

HSL color Cylindrical-coordinate representation of color #512566: hue angle of 280.62º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #512566 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 37 102 -
CMYK 0.21 0.64 0 0.6
HSL 280.62º 0.47% 0.27% -
HSV(B) 280.62º 0.64% 0.4% -
XYZ 6.45 4.03 13.01 -
YUV 57.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 81 37 102 0.21 0.64 0 0.6 280.62 0.47 0.27
Hex 51 25 66 15 40 0 3C 119 2F 1B
Octal 121 45 146 25 100 0 74 431 57 33
Binary 1010001 100101 1100110 10101 1000000 0 111100 100011001 101111 11011

Color Harmonies of #512566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512566

Black with #512566

Text Example


Text Example

White with #512566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512566; }

 p { color: rgb(81,37,102); }

 H1.HeaderClassName
 {
   color: #512566;
 }
 .AnyTagClassName
 {
   color: #512566;
 }
</style>

background-color css

<style>
 a { background-color: #512566; }

 a { background-color: rgb(81,37,102); }

 div.DivClassName
 {
   background-color: #512566;
 }
 .BgClassName
 {
   background-color: #512566;
 }
</style>

border-color css

<style>
 span { border-color: #512566; }

 span { border-color: rgb(81,37,102); }

 td.TdClassName
 {
   border-color: #512566;
 }
 .TagClassName
 {
   border-color: #512566;
 }
</style>