#531751

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

Shades of Hot Purple #531751

Tints of Hot Purple #531751

Color information

#531751 (or 0x531751) is unknown color: approx Hot Purple. HEX triplet: 53, 17 and 51. RGB value is (83,23,81). Sum of RGB (Red+Green+Blue) = 83+23+81=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #531751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531751 is #ACE8AE. Grayscale: #2F2F2F. Windows color (decimal): -11331759 or 5314387. OLE color: 5314387.

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

Color convert

RGB832381-
CMYK00.720.020.67
HSL302º56.6%20.78%-
HSV(B)302º72.29%32.55%-
XYZ5.363.058.09-
YUV47.55146.88153.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 23 (9.38% from 255) = 12.30%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=44.39%
G=12.30%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83238100.720.020.6730256.620.78
Hex53175104824312e3915
Octal12327121011021034567125
Binary10100111011110100010100100010100001110010111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531751; }

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

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

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

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

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

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

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

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