Html Css Color HEX #501562 Scarlet Gum

📋 copy color: '#501562'

red 80 ◦ green 21 ◦ blue 98

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

Shades of Scarlet Gum #501562

Tints of Scarlet Gum #501562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

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

R = 40.2%
G = 10.55%
B = 49.25%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#501562 (or 0x501562) is known color: Scarlet Gum. HEX triplet: 50, 15 and 62. RGB value is (80,21,98). Sum of RGB (Red+Green+Blue) = 80+21+98=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #501562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501562 is #AFEA9D. Grayscale: #2F2F2F. Windows color (decimal): -11528862 or 6427984. OLE color: 6427984.

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

Color convert

RGB 80 21 98 -
CMYK 0.18 0.79 0 0.62
HSL 285.97º 0.65% 0.23% -
HSV(B) 285.97º 0.79% 0.38% -
XYZ 5.78 3.12 11.85 -
YUV 47.42 156.55 151.24 -
System Red Green Blue C M Y K H S L
Decimal 80 21 98 0.18 0.79 0 0.62 285.97 0.65 0.23
Hex 50 15 62 12 4F 0 3E 11E 41 17
Octal 120 25 142 22 117 0 76 436 101 27
Binary 1010000 10101 1100010 10010 1001111 0 111110 100011110 1000001 10111

Color Harmonies of #501562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501562

Black with #501562

Text Example


Text Example

White with #501562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501562; }

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

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

background-color css

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

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

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

border-color css

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

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

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