#561D5D

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

Shades of Hot Purple #561D5D

Tints of Hot Purple #561D5D

Color information

#561D5D (or 0x561D5D) is unknown color: approx Hot Purple. HEX triplet: 56, 1D and 5D. RGB value is (86,29,93). Sum of RGB (Red+Green+Blue) = 86+29+93=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #561D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561D5D is #A9E2A2. Grayscale: #353535. Windows color (decimal): -11133603 or 6102358. OLE color: 6102358.

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

Color convert

RGB862993-
CMYK0.080.6900.64
HSL293.44º52.46%23.92%-
HSV(B)293.44º68.82%36.47%-
XYZ6.253.6510.73-
YUV53.34150.38151.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 29 (11.72% from 255) = 13.94%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=41.35%
G=13.94%
B=44.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8629930.080.6900.64293.4452.4623.92
Hex561D5D8450401253418
Octal126351351010501004456430
Binary1010110111011011101100010001010100000010010010111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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