#561659

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

Shades of Hot Purple #561659

Tints of Hot Purple #561659

Color information

#561659 (or 0x561659) is unknown color: approx Hot Purple. HEX triplet: 56, 16 and 59. RGB value is (86,22,89). Sum of RGB (Red+Green+Blue) = 86+22+89=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #561659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561659 is #A9E9A6. Grayscale: #303030. Windows color (decimal): -11135399 or 5838422. OLE color: 5838422.

HSL color Cylindrical-coordinate representation of color #561659: hue angle of 297.31º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #561659 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB862289-
CMYK0.030.7500.65
HSL297.31º60.36%21.76%-
HSV(B)297.31º75.28%34.9%-
XYZ5.933.279.77-
YUV48.77150.7154.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=43.65%
G=11.17%
B=45.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8622890.030.7500.65297.3160.3621.76
Hex56165934B0411293c16
Octal12626131311301014517426
Binary10101101011010110011110010110100000110010100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561659; }

 p { color: rgb(86,22,89); }

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

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

 a { background-color: rgb(86,22,89); }

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

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

 span { border-color: rgb(86,22,89); }

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