#531551

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

Shades of Hot Purple #531551

Tints of Hot Purple #531551

Color information

#531551 (or 0x531551) is unknown color: approx Hot Purple. HEX triplet: 53, 15 and 51. RGB value is (83,21,81). Sum of RGB (Red+Green+Blue) = 83+21+81=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #531551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531551 is #ACEAAE. Grayscale: #2E2E2E. Windows color (decimal): -11332271 or 5313875. OLE color: 5313875.

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

Color convert

RGB832181-
CMYK00.750.020.67
HSL301.94º59.62%20.39%-
HSV(B)301.94º74.7%32.55%-
XYZ5.322.978.08-
YUV46.38147.54154.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=44.86%
G=11.35%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83218100.750.020.67301.9459.6220.39
Hex53155104B24312e3c14
Octal12325121011321034567424
Binary10100111010110100010100101110100001110010111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531551; }

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

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

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

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

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

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

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

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