#521654

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

Shades of Hot Purple #521654

Tints of Hot Purple #521654

Color information

#521654 (or 0x521654) is unknown color: approx Hot Purple. HEX triplet: 52, 16 and 54. RGB value is (82,22,84). Sum of RGB (Red+Green+Blue) = 82+22+84=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #521654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521654 is #ADE9AB. Grayscale: #2E2E2E. Windows color (decimal): -11397548 or 5510738. OLE color: 5510738.

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

Color convert

RGB822284-
CMYK0.020.7400.67
HSL298.06º58.49%20.78%-
HSV(B)298.06º73.81%32.94%-
XYZ5.373.018.69-
YUV47.01148.88152.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=43.62%
G=11.70%
B=44.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8222840.020.7400.67298.0658.4920.78
Hex52165424A04312a3a15
Octal12226124211201034527225
Binary10100101011010101001010010100100001110010101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521654; }

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

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

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

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

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

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

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

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