Html Css Color HEX #502559 Hot Purple

📋 copy color: '#502559'

red 80 ◦ green 37 ◦ blue 89

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

Shades of Hot Purple #502559

Tints of Hot Purple #502559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

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

R = 38.83%
G = 17.96%
B = 43.2%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#502559 (or 0x502559) is known color: Hot Purple. HEX triplet: 50, 25 and 59. RGB value is (80,37,89). Sum of RGB (Red+Green+Blue) = 80+37+89=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #502559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502559 is #AFDAA6. Grayscale: #373737. Windows color (decimal): -11524775 or 5842256. OLE color: 5842256.

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

Color convert

RGB 80 37 89 -
CMYK 0.10 0.58 0 0.65
HSL 289.62º 0.41% 0.25% -
HSV(B) 289.62º 0.58% 0.35% -
XYZ 5.77 3.75 9.87 -
YUV 55.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 80 37 89 0.10 0.58 0 0.65 289.62 0.41 0.25
Hex 50 25 59 A 3A 0 41 122 29 19
Octal 120 45 131 12 72 0 101 442 51 31
Binary 1010000 100101 1011001 1010 111010 0 1000001 100100010 101001 11001

Color Harmonies of #502559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502559

Black with #502559

Text Example


Text Example

White with #502559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502559; }

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

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

background-color css

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

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

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

border-color css

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

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

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