#521554

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

Shades of Hot Purple #521554

Tints of Hot Purple #521554

Color information

#521554 (or 0x521554) is unknown color: approx Hot Purple. HEX triplet: 52, 15 and 54. RGB value is (82,21,84). Sum of RGB (Red+Green+Blue) = 82+21+84=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #521554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521554 is #ADEAAB. Grayscale: #2E2E2E. Windows color (decimal): -11397804 or 5510482. OLE color: 5510482.

HSL color Cylindrical-coordinate representation of color #521554: hue angle of 298.1º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521554 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB822184-
CMYK0.020.7500.67
HSL298.1º60%20.59%-
HSV(B)298.1º75%32.94%-
XYZ5.352.978.68-
YUV46.42149.21153.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=43.85%
G=11.23%
B=44.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8221840.020.7500.67298.16020.59
Hex52155424B04312a3c15
Octal12225124211301034527425
Binary10100101010110101001010010110100001110010101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521554; }

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

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

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

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

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

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

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

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