Html Css Color HEX #502458 Hot Purple

📋 copy color: '#502458'

red 80 ◦ green 36 ◦ blue 88

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

Shades of Hot Purple #502458

Tints of Hot Purple #502458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

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

R = 39.22%
G = 17.65%
B = 43.14%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#502458 (or 0x502458) is known color: Hot Purple. HEX triplet: 50, 24 and 58. RGB value is (80,36,88). Sum of RGB (Red+Green+Blue) = 80+36+88=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #502458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502458 is #AFDBA7. Grayscale: #363636. Windows color (decimal): -11525032 or 5776464. OLE color: 5776464.

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

Color convert

RGB 80 36 88 -
CMYK 0.09 0.59 0 0.65
HSL 290.77º 0.42% 0.24% -
HSV(B) 290.77º 0.59% 0.35% -
XYZ 5.7 3.67 9.64 -
YUV 55.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 80 36 88 0.09 0.59 0 0.65 290.77 0.42 0.24
Hex 50 24 58 9 3B 0 41 123 2A 18
Octal 120 44 130 11 73 0 101 443 52 30
Binary 1010000 100100 1011000 1001 111011 0 1000001 100100011 101010 11000

Color Harmonies of #502458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502458

Black with #502458

Text Example


Text Example

White with #502458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502458; }

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

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

background-color css

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

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

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

border-color css

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

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

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