#53165D

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

Shades of Hot Purple #53165D

Tints of Hot Purple #53165D

Color information

#53165D (or 0x53165D) is unknown color: approx Hot Purple. HEX triplet: 53, 16 and 5D. RGB value is (83,22,93). Sum of RGB (Red+Green+Blue) = 83+22+93=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #53165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53165D is #ACE9A2. Grayscale: #303030. Windows color (decimal): -11332003 or 6100563. OLE color: 6100563.

HSL color Cylindrical-coordinate representation of color #53165D: hue angle of 291.55º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53165D is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB832293-
CMYK0.110.7600.64
HSL291.55º61.74%22.55%-
HSV(B)291.55º76.34%36.47%-
XYZ5.833.210.67-
YUV48.33153.21152.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 22 (8.98% from 255) = 11.11%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=41.92%
G=11.11%
B=46.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8322930.110.7600.64291.5561.7422.55
Hex53165DB4C0401243e17
Octal123261351311401004447627
Binary1010011101101011101101110011000100000010010010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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