#53164E

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

Shades of Hot Purple #53164E

Tints of Hot Purple #53164E

Color information

#53164E (or 0x53164E) is unknown color: approx Hot Purple. HEX triplet: 53, 16 and 4E. RGB value is (83,22,78). Sum of RGB (Red+Green+Blue) = 83+22+78=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53164E is #ACE9B1. Grayscale: #2E2E2E. Windows color (decimal): -11332018 or 5117523. OLE color: 5117523.

HSL color Cylindrical-coordinate representation of color #53164E: hue angle of 304.92º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53164E is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB832278-
CMYK00.730.060.67
HSL304.92º58.1%20.59%-
HSV(B)304.92º73.49%32.55%-
XYZ5.232.967.5-
YUV46.62145.71153.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=45.36%
G=12.02%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83227800.730.060.67304.9258.120.59
Hex53164E0496431313a15
Octal12326116011161034617225
Binary101001110110100111001001001110100001110011000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53164E; }

 p { color: rgb(83,22,78); }

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

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

 a { background-color: rgb(83,22,78); }

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

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

 span { border-color: rgb(83,22,78); }

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