#561D58

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

Shades of Hot Purple #561D58

Tints of Hot Purple #561D58

Color information

#561D58 (or 0x561D58) is unknown color: approx Hot Purple. HEX triplet: 56, 1D and 58. RGB value is (86,29,88). Sum of RGB (Red+Green+Blue) = 86+29+88=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #561D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561D58 is #A9E2A7. Grayscale: #343434. Windows color (decimal): -11133608 or 5774678. OLE color: 5774678.

HSL color Cylindrical-coordinate representation of color #561D58: hue angle of 297.97º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561D58 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB862988-
CMYK0.020.6700.65
HSL297.97º50.43%22.94%-
HSV(B)297.97º67.05%34.51%-
XYZ6.043.569.6-
YUV52.77147.88151.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 29 (11.72% from 255) = 14.29%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=42.36%
G=14.29%
B=43.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8629880.020.6700.65297.9750.4322.94
Hex561D5824304112a3217
Octal12635130210301014526227
Binary10101101110110110001010000110100000110010101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561D58; }

 p { color: rgb(86,29,88); }

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

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

 a { background-color: rgb(86,29,88); }

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

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

 span { border-color: rgb(86,29,88); }

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