#52185C

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

Shades of Hot Purple #52185C

Tints of Hot Purple #52185C

Color information

#52185C (or 0x52185C) is unknown color: approx Hot Purple. HEX triplet: 52, 18 and 5C. RGB value is (82,24,92). Sum of RGB (Red+Green+Blue) = 82+24+92=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #52185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52185C is #ADE7A3. Grayscale: #303030. Windows color (decimal): -11397028 or 6035538. OLE color: 6035538.

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

Color convert

RGB822492-
CMYK0.110.7400.64
HSL291.18º58.62%22.75%-
HSV(B)291.18º73.91%36.08%-
XYZ5.743.2210.44-
YUV49.09152.22151.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 24 (9.77% from 255) = 12.12%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=41.41%
G=12.12%
B=46.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8224920.110.7400.64291.1858.6222.75
Hex52185CB4A0401233b17
Octal122301341311201004437327
Binary1010010110001011100101110010100100000010010001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52185C; }

 p { color: rgb(82,24,92); }

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

<style>
 a { background-color: #52185C; }

 a { background-color: rgb(82,24,92); }

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

<style>
 span { border-color: #52185C; }

 span { border-color: rgb(82,24,92); }

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