#561A6D

Color #561A6D Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #561A6D

Tints of Scarlet Gum #561A6D

Color information

#561A6D (or 0x561A6D) is unknown color: approx Scarlet Gum. HEX triplet: 56, 1A and 6D. RGB value is (86,26,109). Sum of RGB (Red+Green+Blue) = 86+26+109=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #561A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561A6D is #A9E592. Grayscale: #353535. Windows color (decimal): -11134355 or 7150166. OLE color: 7150166.

HSL color Cylindrical-coordinate representation of color #561A6D: hue angle of 283.37º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561A6D is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8626109-
CMYK0.210.7600.57
HSL283.37º61.48%26.47%-
HSV(B)283.37º76.15%42.75%-
XYZ6.973.8214.84-
YUV53.4159.38151.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 109 (42.97% from 255) = 49.32%
R=38.91%
G=11.76%
B=49.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86261090.210.7600.57283.3761.4826.47
Hex561A6D154C03911b3d1a
Octal12632155251140714337532
Binary1010110110101101101101011001100011100110001101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,26,109); }

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

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

 a { background-color: rgb(86,26,109); }

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

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

 span { border-color: rgb(86,26,109); }

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