Html Css Color HEX #502459 Hot Purple

📋 copy color: '#502459'

red 80 ◦ green 36 ◦ blue 89

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

Shades of Hot Purple #502459

Tints of Hot Purple #502459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.41%

R = 39.02%
G = 17.56%
B = 43.41%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#502459 (or 0x502459) is known color: Hot Purple. HEX triplet: 50, 24 and 59. RGB value is (80,36,89). Sum of RGB (Red+Green+Blue) = 80+36+89=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #502459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502459 is #AFDBA6. Grayscale: #373737. Windows color (decimal): -11525031 or 5842000. OLE color: 5842000.

HSL color Cylindrical-coordinate representation of color #502459: hue angle of 289.81º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502459 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 36 89 -
CMYK 0.10 0.60 0 0.65
HSL 289.81º 0.42% 0.25% -
HSV(B) 289.81º 0.6% 0.35% -
XYZ 5.74 3.69 9.86 -
YUV 55.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 80 36 89 0.10 0.60 0 0.65 289.81 0.42 0.25
Hex 50 24 59 A 3C 0 41 122 2A 19
Octal 120 44 131 12 74 0 101 442 52 31
Binary 1010000 100100 1011001 1010 111100 0 1000001 100100010 101010 11001

Color Harmonies of #502459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502459

Black with #502459

Text Example


Text Example

White with #502459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502459; }

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

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

background-color css

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

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

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

border-color css

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

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

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