Html Css Color HEX #502159 Hot Purple

📋 copy color: '#502159'

red 80 ◦ green 33 ◦ blue 89

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

Shades of Hot Purple #502159

Tints of Hot Purple #502159

RGB

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

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

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

R = 39.6%
G = 16.34%
B = 44.06%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#502159 (or 0x502159) is known color: Hot Purple. HEX triplet: 50, 21 and 59. RGB value is (80,33,89). Sum of RGB (Red+Green+Blue) = 80+33+89=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #502159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502159 is #AFDEA6. Grayscale: #353535. Windows color (decimal): -11525799 or 5841232. OLE color: 5841232.

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

Color convert

RGB 80 33 89 -
CMYK 0.10 0.63 0 0.65
HSL 290.36º 0.46% 0.24% -
HSV(B) 290.36º 0.63% 0.35% -
XYZ 5.66 3.51 9.83 -
YUV 53.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 80 33 89 0.10 0.63 0 0.65 290.36 0.46 0.24
Hex 50 21 59 A 3F 0 41 122 2E 18
Octal 120 41 131 12 77 0 101 442 56 30
Binary 1010000 100001 1011001 1010 111111 0 1000001 100100010 101110 11000

Color Harmonies of #502159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502159

Black with #502159

Text Example


Text Example

White with #502159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502159; }

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

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

background-color css

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

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

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

border-color css

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

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

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