#521253

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

Shades of Hot Purple #521253

Tints of Hot Purple #521253

Color information

#521253 (or 0x521253) is unknown color: approx Hot Purple. HEX triplet: 52, 12 and 53. RGB value is (82,18,83). Sum of RGB (Red+Green+Blue) = 82+18+83=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #521253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521253 is #ADEDAC. Grayscale: #2C2C2C. Windows color (decimal): -11398573 or 5444178. OLE color: 5444178.

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

Color convert

RGB821883-
CMYK0.010.7800.67
HSL299.08º64.36%19.8%-
HSV(B)299.08º78.31%32.55%-
XYZ5.262.858.46-
YUV44.55149.7154.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=44.81%
G=9.84%
B=45.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8218830.010.7800.67299.0864.3619.8
Hex52125314E04312b4014
Octal122221231116010345310024
Binary10100101001010100111100111001000011100101011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521253; }

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

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

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

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

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

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

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

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