Html Css Color HEX #501860 Scarlet Gum

📋 copy color: '#501860'

red 80 ◦ green 24 ◦ blue 96

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

Shades of Scarlet Gum #501860

Tints of Scarlet Gum #501860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48%

R = 40%
G = 12%
B = 48%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#501860 (or 0x501860) is known color: Scarlet Gum. HEX triplet: 50, 18 and 60. RGB value is (80,24,96). Sum of RGB (Red+Green+Blue) = 80+24+96=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #501860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501860 is #AFE79F. Grayscale: #303030. Windows color (decimal): -11528096 or 6297680. OLE color: 6297680.

HSL color Cylindrical-coordinate representation of color #501860: hue angle of 286.67º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501860 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 24 96 -
CMYK 0.17 0.75 0 0.62
HSL 286.67º 0.6% 0.24% -
HSV(B) 286.67º 0.75% 0.38% -
XYZ 5.75 3.2 11.38 -
YUV 48.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 80 24 96 0.17 0.75 0 0.62 286.67 0.6 0.24
Hex 50 18 60 11 4B 0 3E 11F 3C 18
Octal 120 30 140 21 113 0 76 437 74 30
Binary 1010000 11000 1100000 10001 1001011 0 111110 100011111 111100 11000

Color Harmonies of #501860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501860

Black with #501860

Text Example


Text Example

White with #501860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501860; }

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

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

background-color css

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

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

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

border-color css

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

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

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