#52155B

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

Shades of Hot Purple #52155B

Tints of Hot Purple #52155B

Color information

#52155B (or 0x52155B) is unknown color: approx Hot Purple. HEX triplet: 52, 15 and 5B. RGB value is (82,21,91). Sum of RGB (Red+Green+Blue) = 82+21+91=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #52155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52155B is #ADEAA4. Grayscale: #2E2E2E. Windows color (decimal): -11397797 or 5969234. OLE color: 5969234.

HSL color Cylindrical-coordinate representation of color #52155B: hue angle of 292.29º degrees, saturation: 0.62, 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 #52155B is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB822191-
CMYK0.100.7700.64
HSL292.29º62.5%21.96%-
HSV(B)292.29º76.92%35.69%-
XYZ5.643.0910.2-
YUV47.22152.71152.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=42.27%
G=10.82%
B=46.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8221910.100.7700.64292.2962.521.96
Hex52155BA4D0401243e16
Octal122251331211501004447626
Binary1010010101011011011101010011010100000010010010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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