#500452

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

Shades of Hot Purple #500452

Tints of Hot Purple #500452

Color information

#500452 (or 0x500452) is unknown color: approx Hot Purple. HEX triplet: 50, 04 and 52. RGB value is (80,4,82). Sum of RGB (Red+Green+Blue) = 80+4+82=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #500452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500452 is #AFFBAD. Grayscale: #232323. Windows color (decimal): -11533230 or 5375056. OLE color: 5375056.

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

Color convert

RGB80482-
CMYK0.020.9500.68
HSL298.46º90.7%16.86%-
HSV(B)298.46º95.12%32.16%-
XYZ4.872.48.19-
YUV35.62154.18159.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 82 (32.42% from 255) = 49.40%
R=48.19%
G=2.41%
B=49.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal804820.020.9500.68298.4690.716.86
Hex5045225F04412a5b11
Octal12041222137010445213321
Binary1010000100101001010101111101000100100101010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500452; }

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

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

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

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

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

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

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

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