#521653

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

Shades of Hot Purple #521653

Tints of Hot Purple #521653

Color information

#521653 (or 0x521653) is unknown color: approx Hot Purple. HEX triplet: 52, 16 and 53. RGB value is (82,22,83). Sum of RGB (Red+Green+Blue) = 82+22+83=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #521653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521653 is #ADE9AC. Grayscale: #2E2E2E. Windows color (decimal): -11397549 or 5445202. OLE color: 5445202.

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

Color convert

RGB822283-
CMYK0.010.7300.67
HSL299.02º58.1%20.59%-
HSV(B)299.02º73.49%32.55%-
XYZ5.332.998.48-
YUV46.89148.38153.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=43.85%
G=11.76%
B=44.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8222830.010.7300.67299.0258.120.59
Hex52165314904312b3a15
Octal12226123111101034537225
Binary1010010101101010011110010010100001110010101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521653; }

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

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

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

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

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

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

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

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