#561F5D

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

Shades of Hot Purple #561F5D

Tints of Hot Purple #561F5D

Color information

#561F5D (or 0x561F5D) is unknown color: approx Hot Purple. HEX triplet: 56, 1F and 5D. RGB value is (86,31,93). Sum of RGB (Red+Green+Blue) = 86+31+93=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #561F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561F5D is #A9E0A2. Grayscale: #363636. Windows color (decimal): -11133091 or 6102870. OLE color: 6102870.

HSL color Cylindrical-coordinate representation of color #561F5D: hue angle of 293.23º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561F5D is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB863193-
CMYK0.080.6700.64
HSL293.23º50%24.31%-
HSV(B)293.23º66.67%36.47%-
XYZ6.33.7510.75-
YUV54.51149.72150.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 31 (12.5% from 255) = 14.76%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=40.95%
G=14.76%
B=44.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8631930.080.6700.64293.235024.31
Hex561F5D8430401253218
Octal126371351010301004456230
Binary1010110111111011101100010000110100000010010010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,31,93); }

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

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

 a { background-color: rgb(86,31,93); }

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

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

 span { border-color: rgb(86,31,93); }

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