Html Css Color HEX #561168 Scarlet Gum

📋 copy color: '#561168'

red 86 ◦ green 17 ◦ blue 104

#561168
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #561168

Tints of Scarlet Gum #561168

RGB

 RED value IS 86 (33.98% from 255) = 41.55%

 GREEN value IS 17 (7.03% from 255) = 8.21%

 BLUE value IS 104 (41.02% from 255) = 50.24%

R = 41.55%
G = 8.21%
B = 50.24%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#561168 (or 0x561168) is known color: Scarlet Gum. HEX triplet: 56, 11 and 68. RGB value is (86,17,104). Sum of RGB (Red+Green+Blue) = 86+17+104=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #561168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561168 is #A9EE97. Grayscale: #2F2F2F. Windows color (decimal): -11136664 or 6820182. OLE color: 6820182.

HSL color Cylindrical-coordinate representation of color #561168: hue angle of 287.59º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561168 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 17 104 -
CMYK 0.17 0.84 0 0.59
HSL 287.59º 0.72% 0.24% -
HSV(B) 287.59º 0.84% 0.41% -
XYZ 6.54 3.38 13.4 -
YUV 47.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 86 17 104 0.17 0.84 0 0.59 287.59 0.72 0.24
Hex 56 11 68 11 54 0 3B 120 48 18
Octal 126 21 150 21 124 0 73 440 110 30
Binary 1010110 10001 1101000 10001 1010100 0 111011 100100000 1001000 11000

Color Harmonies of #561168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561168

Black with #561168

Text Example


Text Example

White with #561168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561168; }

 p { color: rgb(86,17,104); }

 H1.HeaderClassName
 {
   color: #561168;
 }
 .AnyTagClassName
 {
   color: #561168;
 }
</style>

background-color css

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

 a { background-color: rgb(86,17,104); }

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

border-color css

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

 span { border-color: rgb(86,17,104); }

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