#53194E

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

Shades of Hot Purple #53194E

Tints of Hot Purple #53194E

Color information

#53194E (or 0x53194E) is unknown color: approx Hot Purple. HEX triplet: 53, 19 and 4E. RGB value is (83,25,78). Sum of RGB (Red+Green+Blue) = 83+25+78=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #53194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53194E is #ACE6B1. Grayscale: #303030. Windows color (decimal): -11331250 or 5118291. OLE color: 5118291.

HSL color Cylindrical-coordinate representation of color #53194E: hue angle of 305.17º 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 #53194E is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB832578-
CMYK00.700.060.67
HSL305.17º53.7%21.18%-
HSV(B)305.17º69.88%32.55%-
XYZ5.293.087.52-
YUV48.38144.72152.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=44.62%
G=13.44%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83257800.700.060.67305.1753.721.18
Hex53194E0466431313615
Octal12331116010661034616625
Binary101001111001100111001000110110100001110011000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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