Html Css Color HEX #501360 Scarlet Gum

📋 copy color: '#501360'

red 80 ◦ green 19 ◦ blue 96

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

Shades of Scarlet Gum #501360

Tints of Scarlet Gum #501360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.74%

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

R = 41.03%
G = 9.74%
B = 49.23%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#501360 (or 0x501360) is known color: Scarlet Gum. HEX triplet: 50, 13 and 60. RGB value is (80,19,96). Sum of RGB (Red+Green+Blue) = 80+19+96=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #501360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501360 is #AFEC9F. Grayscale: #2D2D2D. Windows color (decimal): -11529376 or 6296400. OLE color: 6296400.

HSL color Cylindrical-coordinate representation of color #501360: hue angle of 287.53º degrees, saturation: 0.67, 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 #501360 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 19 96 -
CMYK 0.17 0.80 0 0.62
HSL 287.53º 0.67% 0.23% -
HSV(B) 287.53º 0.8% 0.38% -
XYZ 5.65 3.02 11.35 -
YUV 46.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 80 19 96 0.17 0.80 0 0.62 287.53 0.67 0.23
Hex 50 13 60 11 50 0 3E 120 43 17
Octal 120 23 140 21 120 0 76 440 103 27
Binary 1010000 10011 1100000 10001 1010000 0 111110 100100000 1000011 10111

Color Harmonies of #501360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501360

Black with #501360

Text Example


Text Example

White with #501360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501360; }

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

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

background-color css

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

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

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

border-color css

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

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

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