#502F57

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

Shades of Hot Purple #502F57

Tints of Hot Purple #502F57

Color information

#502F57 (or 0x502F57) is unknown color: approx Hot Purple. HEX triplet: 50, 2F and 57. RGB value is (80,47,87). Sum of RGB (Red+Green+Blue) = 80+47+87=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #502F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F57 is #AFD0A8. Grayscale: #3D3D3D. Windows color (decimal): -11522217 or 5713744. OLE color: 5713744.

HSL color Cylindrical-coordinate representation of color #502F57: hue angle of 289.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #502F57 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB804787-
CMYK0.080.4600.66
HSL289.5º29.85%26.27%-
HSV(B)289.5º45.98%34.12%-
XYZ6.054.439.55-
YUV61.43142.43141.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 87 (34.38% from 255) = 40.65%
R=37.38%
G=21.96%
B=40.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8047870.080.4600.66289.529.8526.27
Hex502F5782E0421221e1a
Octal12057127105601024423632
Binary101000010111110101111000101110010000101001000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,47,87); }

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

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

 a { background-color: rgb(80,47,87); }

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

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

 span { border-color: rgb(80,47,87); }

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