#52194E

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

Shades of Hot Purple #52194E

Tints of Hot Purple #52194E

Color information

#52194E (or 0x52194E) is unknown color: approx Hot Purple. HEX triplet: 52, 19 and 4E. RGB value is (82,25,78). Sum of RGB (Red+Green+Blue) = 82+25+78=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #52194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52194E is #ADE6B1. Grayscale: #2F2F2F. Windows color (decimal): -11396786 or 5118290. OLE color: 5118290.

HSL color Cylindrical-coordinate representation of color #52194E: hue angle of 304.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52194E is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB822578-
CMYK00.700.050.68
HSL304.21º53.27%20.98%-
HSV(B)304.21º69.51%32.16%-
XYZ5.23.047.52-
YUV48.08144.88152.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=44.32%
G=13.51%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82257800.700.050.68304.2153.2720.98
Hex52194E0465441303515
Octal12231116010651044606525
Binary101001011001100111001000110101100010010011000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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