#521155

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

Shades of Hot Purple #521155

Tints of Hot Purple #521155

Color information

#521155 (or 0x521155) is unknown color: approx Hot Purple. HEX triplet: 52, 11 and 55. RGB value is (82,17,85). Sum of RGB (Red+Green+Blue) = 82+17+85=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #521155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521155 is #ADEEAA. Grayscale: #2B2B2B. Windows color (decimal): -11398827 or 5574994. OLE color: 5574994.

HSL color Cylindrical-coordinate representation of color #521155: hue angle of 297.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521155 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB821785-
CMYK0.040.8000.67
HSL297.35º66.67%20%-
HSV(B)297.35º80%33.33%-
XYZ5.322.858.86-
YUV44.19151.03154.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=44.57%
G=9.24%
B=46.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8217850.040.8000.67297.3566.6720
Hex5211554500431294314
Octal122211254120010345110324
Binary1010010100011010101100101000001000011100101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521155; }

 p { color: rgb(82,17,85); }

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

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

 a { background-color: rgb(82,17,85); }

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

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

 span { border-color: rgb(82,17,85); }

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