Html Css Color HEX #502166 Scarlet Gum

📋 copy color: '#502166'

red 80 ◦ green 33 ◦ blue 102

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

Shades of Scarlet Gum #502166

Tints of Scarlet Gum #502166

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 37.21%
G = 15.35%
B = 47.44%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#502166 (or 0x502166) is known color: Scarlet Gum. HEX triplet: 50, 21 and 66. RGB value is (80,33,102). Sum of RGB (Red+Green+Blue) = 80+33+102=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #502166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502166 is #AFDE99. Grayscale: #363636. Windows color (decimal): -11525786 or 6693200. OLE color: 6693200.

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

Color convert

RGB 80 33 102 -
CMYK 0.22 0.68 0 0.6
HSL 280.87º 0.51% 0.26% -
HSV(B) 280.87º 0.68% 0.4% -
XYZ 6.25 3.75 12.97 -
YUV 54.92 154.57 145.89 -
System Red Green Blue C M Y K H S L
Decimal 80 33 102 0.22 0.68 0 0.6 280.87 0.51 0.26
Hex 50 21 66 16 44 0 3C 119 33 1A
Octal 120 41 146 26 104 0 74 431 63 32
Binary 1010000 100001 1100110 10110 1000100 0 111100 100011001 110011 11010

Color Harmonies of #502166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502166

Black with #502166

Text Example


Text Example

White with #502166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502166; }

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

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

background-color css

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

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

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

border-color css

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

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

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