#561A6B

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

Shades of Scarlet Gum #561A6B

Tints of Scarlet Gum #561A6B

Color information

#561A6B (or 0x561A6B) is unknown color: approx Scarlet Gum. HEX triplet: 56, 1A and 6B. RGB value is (86,26,107). Sum of RGB (Red+Green+Blue) = 86+26+107=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #561A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561A6B is #A9E594. Grayscale: #343434. Windows color (decimal): -11134357 or 7019094. OLE color: 7019094.

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

Color convert

RGB8626107-
CMYK0.200.7600.58
HSL284.44º60.9%26.08%-
HSV(B)284.44º75.7%41.96%-
XYZ6.863.7814.28-
YUV53.17158.38151.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 107 (42.19% from 255) = 48.86%
R=39.27%
G=11.87%
B=48.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86261070.200.7600.58284.4460.926.08
Hex561A6B144C03A11c3d1a
Octal12632153241140724347532
Binary1010110110101101011101001001100011101010001110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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