#531151

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

Shades of Hot Purple #531151

Tints of Hot Purple #531151

Color information

#531151 (or 0x531151) is unknown color: approx Hot Purple. HEX triplet: 53, 11 and 51. RGB value is (83,17,81). Sum of RGB (Red+Green+Blue) = 83+17+81=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #531151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531151 is #ACEEAE. Grayscale: #2B2B2B. Windows color (decimal): -11333295 or 5312851. OLE color: 5312851.

HSL color Cylindrical-coordinate representation of color #531151: hue angle of 301.82º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531151 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB831781-
CMYK00.800.020.67
HSL301.82º66%19.61%-
HSV(B)301.82º79.52%32.55%-
XYZ5.252.838.05-
YUV44.03148.87155.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 81 (32.03% from 255) = 44.75%
R=45.86%
G=9.39%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83178100.800.020.67301.826619.61
Hex53115105024312e4214
Octal123211210120210345610224
Binary101001110001101000101010000101000011100101110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531151; }

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

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

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

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

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

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

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

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