#500552

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

Shades of Hot Purple #500552

Tints of Hot Purple #500552

Color information

#500552 (or 0x500552) is unknown color: approx Hot Purple. HEX triplet: 50, 05 and 52. RGB value is (80,5,82). Sum of RGB (Red+Green+Blue) = 80+5+82=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #500552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500552 is #AFFAAD. Grayscale: #232323. Windows color (decimal): -11532974 or 5375312. OLE color: 5375312.

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

Color convert

RGB80582-
CMYK0.020.9400.68
HSL298.44º88.51%17.06%-
HSV(B)298.44º93.9%32.16%-
XYZ4.892.428.19-
YUV36.2153.85159.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=47.90%
G=2.99%
B=49.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal805820.020.9400.68298.4488.5117.06
Hex5055225E04412a5911
Octal12051222136010445213121
Binary1010000101101001010101111001000100100101010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500552; }

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

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

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

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

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

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

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

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