#500352

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

Shades of Hot Purple #500352

Tints of Hot Purple #500352

Color information

#500352 (or 0x500352) is unknown color: approx Hot Purple. HEX triplet: 50, 03 and 52. RGB value is (80,3,82). Sum of RGB (Red+Green+Blue) = 80+3+82=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #500352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500352 is #AFFCAD. Grayscale: #222222. Windows color (decimal): -11533486 or 5374800. OLE color: 5374800.

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

Color convert

RGB80382-
CMYK0.020.9600.68
HSL298.48º92.94%16.67%-
HSV(B)298.48º96.34%32.16%-
XYZ4.862.388.19-
YUV35.03154.51160.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 82 (32.42% from 255) = 49.70%
R=48.48%
G=1.82%
B=49.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal803820.020.9600.68298.4892.9416.67
Hex5035226004412a5d11
Octal12031222140010445213521
Binary101000011101001010110000001000100100101010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500352; }

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

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

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

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

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

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

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

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