#502A4F

Color #502A4F Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #502A4F

Tints of Hot Purple #502A4F

Color information

#502A4F (or 0x502A4F) is unknown color: approx Hot Purple. HEX triplet: 50, 2A and 4F. RGB value is (80,42,79). Sum of RGB (Red+Green+Blue) = 80+42+79=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 80 - color contains mainly: red. Hex color #502A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A4F is #AFD5B0. Grayscale: #393939. Windows color (decimal): -11523505 or 5188176. OLE color: 5188176.

HSL color Cylindrical-coordinate representation of color #502A4F: hue angle of 301.58º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #502A4F is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB804279-
CMYK00.480.010.69
HSL301.58º31.15%23.92%-
HSV(B)301.58º47.5%31.37%-
XYZ5.553.937.86-
YUV57.58140.09143.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 79 (31.25% from 255) = 39.30%
R=39.80%
G=20.90%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80427900.480.010.69301.5831.1523.92
Hex502A4F03014512e1f18
Octal1205211706011054563730
Binary101000010101010011110110000110001011001011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502A4F; }

 p { color: rgb(80,42,79); }

 H1.HeaderClassName
 {
   color: #502A4F;
 }
 .AnyTagClassName
 {
   color: #502A4F;
 }
</style>
background-color css

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

 a { background-color: rgb(80,42,79); }

 div.DivClassName
 {
   background-color: #502A4F;
 }
 .BgClassName
 {
   background-color: #502A4F;
 }
</style>
border-color css

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

 span { border-color: rgb(80,42,79); }

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