#502052

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

Shades of Hot Purple #502052

Tints of Hot Purple #502052

Color information

#502052 (or 0x502052) is unknown color: approx Hot Purple. HEX triplet: 50, 20 and 52. RGB value is (80,32,82). Sum of RGB (Red+Green+Blue) = 80+32+82=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #502052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502052 is #AFDFAD. Grayscale: #333333. Windows color (decimal): -11526062 or 5382224. OLE color: 5382224.

HSL color Cylindrical-coordinate representation of color #502052: hue angle of 297.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #502052 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB803282-
CMYK0.020.6100.68
HSL297.6º43.86%22.35%-
HSV(B)297.6º60.98%32.16%-
XYZ5.353.358.35-
YUV52.05144.9147.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=41.24%
G=16.49%
B=42.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8032820.020.6100.68297.643.8622.35
Hex50205223D04412a2c16
Octal1204012227501044525426
Binary10100001000001010010101111010100010010010101010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502052; }

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

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

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

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

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

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

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

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