#53194F

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

Shades of Hot Purple #53194F

Tints of Hot Purple #53194F

Color information

#53194F (or 0x53194F) is unknown color: approx Hot Purple. HEX triplet: 53, 19 and 4F. RGB value is (83,25,79). Sum of RGB (Red+Green+Blue) = 83+25+79=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #53194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53194F is #ACE6B0. Grayscale: #303030. Windows color (decimal): -11331249 or 5183827. OLE color: 5183827.

HSL color Cylindrical-coordinate representation of color #53194F: hue angle of 304.14º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53194F is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB832579-
CMYK00.700.050.67
HSL304.14º53.7%21.18%-
HSV(B)304.14º69.88%32.55%-
XYZ5.333.17.71-
YUV48.5145.22152.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=44.39%
G=13.37%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83257900.700.050.67304.1453.721.18
Hex53194F0465431303615
Octal12331117010651034606625
Binary101001111001100111101000110101100001110011000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,25,79); }

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

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

 a { background-color: rgb(83,25,79); }

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

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

 span { border-color: rgb(83,25,79); }

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