#561957

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

Shades of Hot Purple #561957

Tints of Hot Purple #561957

Color information

#561957 (or 0x561957) is unknown color: approx Hot Purple. HEX triplet: 56, 19 and 57. RGB value is (86,25,87). Sum of RGB (Red+Green+Blue) = 86+25+87=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #561957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561957 is #A9E6A8. Grayscale: #323232. Windows color (decimal): -11134633 or 5708118. OLE color: 5708118.

HSL color Cylindrical-coordinate representation of color #561957: hue angle of 299.03º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #561957 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB862587-
CMYK0.010.7100.66
HSL299.03º55.36%21.96%-
HSV(B)299.03º71.26%34.12%-
XYZ5.913.369.35-
YUV50.31148.71153.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=43.43%
G=12.63%
B=43.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8625870.010.7100.66299.0355.3621.96
Hex56195714704212b3716
Octal12631127110701024536726
Binary1010110110011010111110001110100001010010101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561957; }

 p { color: rgb(86,25,87); }

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

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

 a { background-color: rgb(86,25,87); }

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

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

 span { border-color: rgb(86,25,87); }

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