Html Css Color HEX #502859 Hot Purple

📋 copy color: '#502859'

red 80 ◦ green 40 ◦ blue 89

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

Shades of Hot Purple #502859

Tints of Hot Purple #502859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

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

R = 38.28%
G = 19.14%
B = 42.58%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#502859 (or 0x502859) is known color: Hot Purple. HEX triplet: 50, 28 and 59. RGB value is (80,40,89). Sum of RGB (Red+Green+Blue) = 80+40+89=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #502859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502859 is #AFD7A6. Grayscale: #393939. Windows color (decimal): -11524007 or 5843024. OLE color: 5843024.

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

Color convert

RGB 80 40 89 -
CMYK 0.10 0.55 0 0.65
HSL 288.98º 0.38% 0.25% -
HSV(B) 288.98º 0.55% 0.35% -
XYZ 5.87 3.94 9.9 -
YUV 57.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 80 40 89 0.10 0.55 0 0.65 288.98 0.38 0.25
Hex 50 28 59 A 37 0 41 121 26 19
Octal 120 50 131 12 67 0 101 441 46 31
Binary 1010000 101000 1011001 1010 110111 0 1000001 100100001 100110 11001

Color Harmonies of #502859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502859

Black with #502859

Text Example


Text Example

White with #502859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502859; }

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

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

background-color css

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

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

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

border-color css

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

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

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