#53165F

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

Shades of Hot Purple #53165F

Tints of Hot Purple #53165F

Color information

#53165F (or 0x53165F) is unknown color: approx Hot Purple. HEX triplet: 53, 16 and 5F. RGB value is (83,22,95). Sum of RGB (Red+Green+Blue) = 83+22+95=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #53165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53165F is #ACE9A0. Grayscale: #303030. Windows color (decimal): -11332001 or 6231635. OLE color: 6231635.

HSL color Cylindrical-coordinate representation of color #53165F: hue angle of 290.14º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53165F is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB832295-
CMYK0.130.7700.63
HSL290.14º62.39%22.94%-
HSV(B)290.14º76.84%37.25%-
XYZ5.923.2411.14-
YUV48.56154.21152.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=41.5%
G=11%
B=47.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8322950.130.7700.63290.1462.3922.94
Hex53165FD4D03F1223e17
Octal12326137151150774427627
Binary101001110110101111111011001101011111110010001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53165F; }

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

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

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

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

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

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

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

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