Html Css Color HEX #512966 Scarlet Gum

📋 copy color: '#512966'

red 81 ◦ green 41 ◦ blue 102

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

Shades of Scarlet Gum #512966

Tints of Scarlet Gum #512966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

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

R = 36.16%
G = 18.3%
B = 45.54%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#512966 (or 0x512966) is known color: Scarlet Gum. HEX triplet: 51, 29 and 66. RGB value is (81,41,102). Sum of RGB (Red+Green+Blue) = 81+41+102=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #512966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512966 is #AED699. Grayscale: #3B3B3B. Windows color (decimal): -11458202 or 6695249. OLE color: 6695249.

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

Color convert

RGB 81 41 102 -
CMYK 0.21 0.60 0 0.6
HSL 279.34º 0.43% 0.28% -
HSV(B) 279.34º 0.6% 0.4% -
XYZ 6.58 4.29 13.05 -
YUV 59.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 81 41 102 0.21 0.60 0 0.6 279.34 0.43 0.28
Hex 51 29 66 15 3C 0 3C 117 2B 1C
Octal 121 51 146 25 74 0 74 427 53 34
Binary 1010001 101001 1100110 10101 111100 0 111100 100010111 101011 11100

Color Harmonies of #512966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512966

Black with #512966

Text Example


Text Example

White with #512966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512966; }

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

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

background-color css

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

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

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

border-color css

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

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

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