Html Css Color HEX #561B6D Scarlet Gum

📋 copy color: '#561B6D'

red 86 ◦ green 27 ◦ blue 109

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

Shades of Scarlet Gum #561B6D

Tints of Scarlet Gum #561B6D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

 BLUE value IS 109 (42.97% from 255) = 49.1%

R = 38.74%
G = 12.16%
B = 49.1%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#561B6D (or 0x561B6D) is known color: Scarlet Gum. HEX triplet: 56, 1B and 6D. RGB value is (86,27,109). Sum of RGB (Red+Green+Blue) = 86+27+109=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #561B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B6D is #A9E492. Grayscale: #353535. Windows color (decimal): -11134099 or 7150422. OLE color: 7150422.

HSL color Cylindrical-coordinate representation of color #561B6D: hue angle of 283.17º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #561B6D is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 27 109 -
CMYK 0.21 0.75 0 0.57
HSL 283.17º 0.6% 0.27% -
HSV(B) 283.17º 0.75% 0.43% -
XYZ 6.99 3.87 14.85 -
YUV 53.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 86 27 109 0.21 0.75 0 0.57 283.17 0.6 0.27
Hex 56 1B 6D 15 4B 0 39 11B 3C 1B
Octal 126 33 155 25 113 0 71 433 74 33
Binary 1010110 11011 1101101 10101 1001011 0 111001 100011011 111100 11011

Color Harmonies of #561B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B6D

Black with #561B6D

Text Example


Text Example

White with #561B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,27,109); }

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

background-color css

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

 a { background-color: rgb(86,27,109); }

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

border-color css

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

 span { border-color: rgb(86,27,109); }

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