#52155C

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

Shades of Hot Purple #52155C

Tints of Hot Purple #52155C

Color information

#52155C (or 0x52155C) is unknown color: approx Hot Purple. HEX triplet: 52, 15 and 5C. RGB value is (82,21,92). Sum of RGB (Red+Green+Blue) = 82+21+92=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #52155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52155C is #ADEAA3. Grayscale: #2F2F2F. Windows color (decimal): -11397796 or 6034770. OLE color: 6034770.

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

Color convert

RGB822192-
CMYK0.110.7700.64
HSL291.55º62.83%22.16%-
HSV(B)291.55º77.17%36.08%-
XYZ5.683.110.42-
YUV47.33153.21152.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=42.05%
G=10.77%
B=47.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8221920.110.7700.64291.5562.8322.16
Hex52155CB4D0401243f16
Octal122251341311501004447726
Binary1010010101011011100101110011010100000010010010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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