#521153

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

Shades of Hot Purple #521153

Tints of Hot Purple #521153

Color information

#521153 (or 0x521153) is unknown color: approx Hot Purple. HEX triplet: 52, 11 and 53. RGB value is (82,17,83). Sum of RGB (Red+Green+Blue) = 82+17+83=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #521153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521153 is #ADEEAC. Grayscale: #2B2B2B. Windows color (decimal): -11398829 or 5443922. OLE color: 5443922.

HSL color Cylindrical-coordinate representation of color #521153: hue angle of 299.09º degrees, saturation: 0.66, 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 #521153 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB821783-
CMYK0.010.8000.67
HSL299.09º66%19.61%-
HSV(B)299.09º79.52%32.55%-
XYZ5.242.828.45-
YUV43.96150.03155.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=45.05%
G=9.34%
B=45.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8217830.010.8000.67299.096619.61
Hex52115315004312b4214
Octal122211231120010345310224
Binary10100101000110100111101000001000011100101011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521153; }

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

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

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

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

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

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

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

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