Html Css Color HEX #502158 Hot Purple

📋 copy color: '#502158'

red 80 ◦ green 33 ◦ blue 88

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

Shades of Hot Purple #502158

Tints of Hot Purple #502158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.78%

R = 39.8%
G = 16.42%
B = 43.78%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#502158 (or 0x502158) is known color: Hot Purple. HEX triplet: 50, 21 and 58. RGB value is (80,33,88). Sum of RGB (Red+Green+Blue) = 80+33+88=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #502158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502158 is #AFDEA7. Grayscale: #353535. Windows color (decimal): -11525800 or 5775696. OLE color: 5775696.

HSL color Cylindrical-coordinate representation of color #502158: hue angle of 291.27º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #502158 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 33 88 -
CMYK 0.09 0.62 0 0.65
HSL 291.27º 0.45% 0.24% -
HSV(B) 291.27º 0.63% 0.35% -
XYZ 5.61 3.5 9.61 -
YUV 53.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 80 33 88 0.09 0.62 0 0.65 291.27 0.45 0.24
Hex 50 21 58 9 3E 0 41 123 2D 18
Octal 120 41 130 11 76 0 101 443 55 30
Binary 1010000 100001 1011000 1001 111110 0 1000001 100100011 101101 11000

Color Harmonies of #502158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502158

Black with #502158

Text Example


Text Example

White with #502158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502158; }

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

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

background-color css

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

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

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

border-color css

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

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

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