#521252

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

Shades of Hot Purple #521252

Tints of Hot Purple #521252

Color information

#521252 (or 0x521252) is unknown color: approx Hot Purple. HEX triplet: 52, 12 and 52. RGB value is (82,18,82). Sum of RGB (Red+Green+Blue) = 82+18+82=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: red, blue. Hex color #521252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521252 is #ADEDAD. Grayscale: #2C2C2C. Windows color (decimal): -11398574 or 5378642. OLE color: 5378642.

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

Color convert

RGB821882-
CMYK00.7800.68
HSL300º64%19.61%-
HSV(B)300º78.05%32.16%-
XYZ5.222.848.25-
YUV44.43149.2154.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=45.05%
G=9.89%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82188200.7800.683006419.61
Hex52125204E04412c4014
Octal122221220116010445410024
Binary10100101001010100100100111001000100100101100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521252; }

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

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

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

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

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

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

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

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