#502F52

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

Shades of Hot Purple #502F52

Tints of Hot Purple #502F52

Color information

#502F52 (or 0x502F52) is unknown color: approx Hot Purple. HEX triplet: 50, 2F and 52. RGB value is (80,47,82). Sum of RGB (Red+Green+Blue) = 80+47+82=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #502F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F52 is #AFD0AD. Grayscale: #3C3C3C. Windows color (decimal): -11522222 or 5386064. OLE color: 5386064.

HSL color Cylindrical-coordinate representation of color #502F52: hue angle of 296.57º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502F52 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB804782-
CMYK0.020.4300.68
HSL296.57º27.13%25.29%-
HSV(B)296.57º42.68%32.16%-
XYZ5.854.358.51-
YUV60.86139.93141.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=38.28%
G=22.49%
B=39.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8047820.020.4300.68296.5727.1325.29
Hex502F5222B0441291b19
Octal1205712225301044513331
Binary1010000101111101001010101011010001001001010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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