Html Css Color HEX #561F68 Scarlet Gum

📋 copy color: '#561F68'

red 86 ◦ green 31 ◦ blue 104

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

Shades of Scarlet Gum #561F68

Tints of Scarlet Gum #561F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.03%

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

R = 38.91%
G = 14.03%
B = 47.06%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#561F68 (or 0x561F68) is known color: Scarlet Gum. HEX triplet: 56, 1F and 68. RGB value is (86,31,104). Sum of RGB (Red+Green+Blue) = 86+31+104=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #561F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561F68 is #A9E097. Grayscale: #373737. Windows color (decimal): -11133080 or 6823766. OLE color: 6823766.

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

Color convert

RGB 86 31 104 -
CMYK 0.17 0.70 0 0.59
HSL 285.21º 0.54% 0.26% -
HSV(B) 285.21º 0.7% 0.41% -
XYZ 6.83 3.96 13.5 -
YUV 55.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 86 31 104 0.17 0.70 0 0.59 285.21 0.54 0.26
Hex 56 1F 68 11 46 0 3B 11D 36 1A
Octal 126 37 150 21 106 0 73 435 66 32
Binary 1010110 11111 1101000 10001 1000110 0 111011 100011101 110110 11010

Color Harmonies of #561F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561F68

Black with #561F68

Text Example


Text Example

White with #561F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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