#531553

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

Shades of Hot Purple #531553

Tints of Hot Purple #531553

Color information

#531553 (or 0x531553) is unknown color: approx Hot Purple. HEX triplet: 53, 15 and 53. RGB value is (83,21,83). Sum of RGB (Red+Green+Blue) = 83+21+83=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #531553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531553 is #ACEAAC. Grayscale: #2E2E2E. Windows color (decimal): -11332269 or 5444947. OLE color: 5444947.

HSL color Cylindrical-coordinate representation of color #531553: hue angle of 300º 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 #531553 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB832183-
CMYK00.7500.67
HSL300º59.62%20.39%-
HSV(B)300º74.7%32.55%-
XYZ5.438.48-
YUV46.61148.54153.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=44.39%
G=11.23%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83218300.7500.6730059.6220.39
Hex53155304B04312c3c14
Octal12325123011301034547424
Binary1010011101011010011010010110100001110010110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531553; }

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

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

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

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

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

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

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

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