Html Css Color HEX #561C68 Scarlet Gum

📋 copy color: '#561C68'

red 86 ◦ green 28 ◦ blue 104

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

Shades of Scarlet Gum #561C68

Tints of Scarlet Gum #561C68

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.84%

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

R = 39.45%
G = 12.84%
B = 47.71%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#561C68 (or 0x561C68) is known color: Scarlet Gum. HEX triplet: 56, 1C and 68. RGB value is (86,28,104). Sum of RGB (Red+Green+Blue) = 86+28+104=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #561C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561C68 is #A9E397. Grayscale: #353535. Windows color (decimal): -11133848 or 6822998. OLE color: 6822998.

HSL color Cylindrical-coordinate representation of color #561C68: hue angle of 285.79º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #561C68 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 28 104 -
CMYK 0.17 0.73 0 0.59
HSL 285.79º 0.58% 0.26% -
HSV(B) 285.79º 0.73% 0.41% -
XYZ 6.75 3.81 13.48 -
YUV 54.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 86 28 104 0.17 0.73 0 0.59 285.79 0.58 0.26
Hex 56 1C 68 11 49 0 3B 11E 3A 1A
Octal 126 34 150 21 111 0 73 436 72 32
Binary 1010110 11100 1101000 10001 1001001 0 111011 100011110 111010 11010

Color Harmonies of #561C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C68

Black with #561C68

Text Example


Text Example

White with #561C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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