Html Css Color HEX #501866 Scarlet Gum

📋 copy color: '#501866'

red 80 ◦ green 24 ◦ blue 102

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

Shades of Scarlet Gum #501866

Tints of Scarlet Gum #501866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.65%

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

R = 38.83%
G = 11.65%
B = 49.51%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#501866 (or 0x501866) is known color: Scarlet Gum. HEX triplet: 50, 18 and 66. RGB value is (80,24,102). Sum of RGB (Red+Green+Blue) = 80+24+102=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #501866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501866 is #AFE799. Grayscale: #313131. Windows color (decimal): -11528090 or 6690896. OLE color: 6690896.

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

Color convert

RGB 80 24 102 -
CMYK 0.22 0.76 0 0.6
HSL 283.08º 0.62% 0.25% -
HSV(B) 283.08º 0.76% 0.4% -
XYZ 6.03 3.32 12.89 -
YUV 49.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 80 24 102 0.22 0.76 0 0.6 283.08 0.62 0.25
Hex 50 18 66 16 4C 0 3C 11B 3E 19
Octal 120 30 146 26 114 0 74 433 76 31
Binary 1010000 11000 1100110 10110 1001100 0 111100 100011011 111110 11001

Color Harmonies of #501866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501866

Black with #501866

Text Example


Text Example

White with #501866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501866; }

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

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

background-color css

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

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

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

border-color css

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

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

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