#531451

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

Shades of Hot Purple #531451

Tints of Hot Purple #531451

Color information

#531451 (or 0x531451) is unknown color: approx Hot Purple. HEX triplet: 53, 14 and 51. RGB value is (83,20,81). Sum of RGB (Red+Green+Blue) = 83+20+81=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #531451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531451 is #ACEBAE. Grayscale: #2D2D2D. Windows color (decimal): -11332527 or 5313619. OLE color: 5313619.

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

Color convert

RGB832081-
CMYK00.760.020.67
HSL301.9º61.17%20.2%-
HSV(B)301.9º75.9%32.55%-
XYZ5.32.938.07-
YUV45.79147.87154.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 81 (32.03% from 255) = 44.02%
R=45.11%
G=10.87%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83208100.760.020.67301.961.1720.2
Hex53145104C24312e3d14
Octal12324121011421034567524
Binary10100111010010100010100110010100001110010111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531451; }

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

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

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

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

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

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

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

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