#531552

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

Shades of Hot Purple #531552

Tints of Hot Purple #531552

Color information

#531552 (or 0x531552) is unknown color: approx Hot Purple. HEX triplet: 53, 15 and 52. RGB value is (83,21,82). Sum of RGB (Red+Green+Blue) = 83+21+82=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #531552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531552 is #ACEAAD. Grayscale: #2E2E2E. Windows color (decimal): -11332270 or 5379411. OLE color: 5379411.

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

Color convert

RGB832182-
CMYK00.750.010.67
HSL300.97º59.62%20.39%-
HSV(B)300.97º74.7%32.55%-
XYZ5.362.988.28-
YUV46.49148.04154.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 82 (32.42% from 255) = 44.09%
R=44.62%
G=11.29%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83218200.750.010.67300.9759.6220.39
Hex53155204B14312d3c14
Octal12325122011311034557424
Binary1010011101011010010010010111100001110010110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531552; }

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

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

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

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

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

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

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

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