Html Css Color HEX #502160 Scarlet Gum

📋 copy color: '#502160'

red 80 ◦ green 33 ◦ blue 96

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

Shades of Scarlet Gum #502160

Tints of Scarlet Gum #502160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.79%

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

R = 38.28%
G = 15.79%
B = 45.93%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#502160 (or 0x502160) is known color: Scarlet Gum. HEX triplet: 50, 21 and 60. RGB value is (80,33,96). Sum of RGB (Red+Green+Blue) = 80+33+96=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #502160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502160 is #AFDE9F. Grayscale: #363636. Windows color (decimal): -11525792 or 6299984. OLE color: 6299984.

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

Color convert

RGB 80 33 96 -
CMYK 0.17 0.66 0 0.62
HSL 284.76º 0.49% 0.25% -
HSV(B) 284.76º 0.66% 0.38% -
XYZ 5.96 3.64 11.45 -
YUV 54.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 80 33 96 0.17 0.66 0 0.62 284.76 0.49 0.25
Hex 50 21 60 11 42 0 3E 11D 31 19
Octal 120 41 140 21 102 0 76 435 61 31
Binary 1010000 100001 1100000 10001 1000010 0 111110 100011101 110001 11001

Color Harmonies of #502160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502160

Black with #502160

Text Example


Text Example

White with #502160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502160; }

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

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

background-color css

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

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

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

border-color css

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

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

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