Html Css Color HEX #502066 Scarlet Gum

📋 copy color: '#502066'

red 80 ◦ green 32 ◦ blue 102

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

Shades of Scarlet Gum #502066

Tints of Scarlet Gum #502066

RGB

 RED value IS 80 (31.64% from 255) = 37.38%

 GREEN value IS 32 (12.89% from 255) = 14.95%

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

R = 37.38%
G = 14.95%
B = 47.66%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#502066 (or 0x502066) is known color: Scarlet Gum. HEX triplet: 50, 20 and 66. RGB value is (80,32,102). Sum of RGB (Red+Green+Blue) = 80+32+102=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #502066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502066 is #AFDF99. Grayscale: #363636. Windows color (decimal): -11526042 or 6692944. OLE color: 6692944.

HSL color Cylindrical-coordinate representation of color #502066: hue angle of 281.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502066 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 32 102 -
CMYK 0.22 0.69 0 0.6
HSL 281.14º 0.52% 0.26% -
HSV(B) 281.14º 0.69% 0.4% -
XYZ 6.22 3.7 12.96 -
YUV 54.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 80 32 102 0.22 0.69 0 0.6 281.14 0.52 0.26
Hex 50 20 66 16 45 0 3C 119 34 1A
Octal 120 40 146 26 105 0 74 431 64 32
Binary 1010000 100000 1100110 10110 1000101 0 111100 100011001 110100 11010

Color Harmonies of #502066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502066

Black with #502066

Text Example


Text Example

White with #502066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502066; }

 p { color: rgb(80,32,102); }

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

background-color css

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

 a { background-color: rgb(80,32,102); }

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

border-color css

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

 span { border-color: rgb(80,32,102); }

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