#531456

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

Shades of Hot Purple #531456

Tints of Hot Purple #531456

Color information

#531456 (or 0x531456) is unknown color: approx Hot Purple. HEX triplet: 53, 14 and 56. RGB value is (83,20,86). Sum of RGB (Red+Green+Blue) = 83+20+86=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #531456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531456 is #ACEBA9. Grayscale: #2E2E2E. Windows color (decimal): -11332522 or 5641299. OLE color: 5641299.

HSL color Cylindrical-coordinate representation of color #531456: hue angle of 297.27º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #531456 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB832086-
CMYK0.030.7700.66
HSL297.27º62.26%20.78%-
HSV(B)297.27º76.74%33.73%-
XYZ5.53.019.1-
YUV46.36150.37154.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=43.92%
G=10.58%
B=45.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8320860.030.7700.66297.2762.2620.78
Hex53145634D0421293e15
Octal12324126311501024517625
Binary10100111010010101101110011010100001010010100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531456; }

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

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

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

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

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

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

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

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