#561F6B

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

Shades of Scarlet Gum #561F6B

Tints of Scarlet Gum #561F6B

Color information

#561F6B (or 0x561F6B) is unknown color: approx Scarlet Gum. HEX triplet: 56, 1F and 6B. RGB value is (86,31,107). Sum of RGB (Red+Green+Blue) = 86+31+107=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #561F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561F6B is #A9E094. Grayscale: #373737. Windows color (decimal): -11133077 or 7020374. OLE color: 7020374.

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

Color convert

RGB8631107-
CMYK0.200.7100.58
HSL283.42º55.07%27.06%-
HSV(B)283.42º71.03%41.96%-
XYZ6.984.0214.32-
YUV56.11156.72149.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 31 (12.5% from 255) = 13.84%
BLUE value IS 107 (42.19% from 255) = 47.77%
R=38.39%
G=13.84%
B=47.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86311070.200.7100.58283.4255.0727.06
Hex561F6B144703A11b371b
Octal12637153241070724336733
Binary1010110111111101011101001000111011101010001101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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