#52175C

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

Shades of Hot Purple #52175C

Tints of Hot Purple #52175C

Color information

#52175C (or 0x52175C) is unknown color: approx Hot Purple. HEX triplet: 52, 17 and 5C. RGB value is (82,23,92). Sum of RGB (Red+Green+Blue) = 82+23+92=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #52175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52175C is #ADE8A3. Grayscale: #303030. Windows color (decimal): -11397284 or 6035282. OLE color: 6035282.

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

Color convert

RGB822392-
CMYK0.110.7500.64
HSL291.3º60%22.55%-
HSV(B)291.3º75%36.08%-
XYZ5.723.1810.44-
YUV48.51152.55151.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=41.62%
G=11.68%
B=46.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8223920.110.7500.64291.36022.55
Hex52175CB4B0401233c17
Octal122271341311301004437427
Binary1010010101111011100101110010110100000010010001111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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