#531550

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

Shades of Hot Purple #531550

Tints of Hot Purple #531550

Color information

#531550 (or 0x531550) is unknown color: approx Hot Purple. HEX triplet: 53, 15 and 50. RGB value is (83,21,80). Sum of RGB (Red+Green+Blue) = 83+21+80=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #531550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531550 is #ACEAAF. Grayscale: #2E2E2E. Windows color (decimal): -11332272 or 5248339. OLE color: 5248339.

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

Color convert

RGB832180-
CMYK00.750.040.67
HSL302.9º59.62%20.39%-
HSV(B)302.9º74.7%32.55%-
XYZ5.282.957.88-
YUV46.26147.04154.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=45.11%
G=11.41%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83218000.750.040.67302.959.6220.39
Hex53155004B44312f3c14
Octal12325120011341034577424
Binary101001110101101000001001011100100001110010111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531550; }

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

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

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

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

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

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

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

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