Html Css Color HEX #501462 Scarlet Gum

📋 copy color: '#501462'

red 80 ◦ green 20 ◦ blue 98

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

Shades of Scarlet Gum #501462

Tints of Scarlet Gum #501462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

 BLUE value IS 98 (38.67% from 255) = 49.49%

R = 40.4%
G = 10.1%
B = 49.49%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#501462 (or 0x501462) is known color: Scarlet Gum. HEX triplet: 50, 14 and 62. RGB value is (80,20,98). Sum of RGB (Red+Green+Blue) = 80+20+98=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #501462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501462 is #AFEB9D. Grayscale: #2E2E2E. Windows color (decimal): -11529118 or 6427728. OLE color: 6427728.

HSL color Cylindrical-coordinate representation of color #501462: hue angle of 286.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501462 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 20 98 -
CMYK 0.18 0.80 0 0.62
HSL 286.15º 0.66% 0.23% -
HSV(B) 286.15º 0.8% 0.38% -
XYZ 5.76 3.09 11.85 -
YUV 46.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 80 20 98 0.18 0.80 0 0.62 286.15 0.66 0.23
Hex 50 14 62 12 50 0 3E 11E 42 17
Octal 120 24 142 22 120 0 76 436 102 27
Binary 1010000 10100 1100010 10010 1010000 0 111110 100011110 1000010 10111

Color Harmonies of #501462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501462

Black with #501462

Text Example


Text Example

White with #501462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501462; }

 p { color: rgb(80,20,98); }

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

background-color css

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

 a { background-color: rgb(80,20,98); }

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

border-color css

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

 span { border-color: rgb(80,20,98); }

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