Html Css Color HEX #561569 Scarlet Gum

📋 copy color: '#561569'

red 86 ◦ green 21 ◦ blue 105

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

Shades of Scarlet Gum #561569

Tints of Scarlet Gum #561569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

 BLUE value IS 105 (41.41% from 255) = 49.53%

R = 40.57%
G = 9.91%
B = 49.53%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#561569 (or 0x561569) is known color: Scarlet Gum. HEX triplet: 56, 15 and 69. RGB value is (86,21,105). Sum of RGB (Red+Green+Blue) = 86+21+105=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #561569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561569 is #A9EA96. Grayscale: #313131. Windows color (decimal): -11135639 or 6886742. OLE color: 6886742.

HSL color Cylindrical-coordinate representation of color #561569: hue angle of 286.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561569 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 21 105 -
CMYK 0.18 0.80 0 0.59
HSL 286.43º 0.67% 0.25% -
HSV(B) 286.43º 0.8% 0.41% -
XYZ 6.66 3.53 13.7 -
YUV 50.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 86 21 105 0.18 0.80 0 0.59 286.43 0.67 0.25
Hex 56 15 69 12 50 0 3B 11E 43 19
Octal 126 25 151 22 120 0 73 436 103 31
Binary 1010110 10101 1101001 10010 1010000 0 111011 100011110 1000011 11001

Color Harmonies of #561569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561569

Black with #561569

Text Example


Text Example

White with #561569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561569; }

 p { color: rgb(86,21,105); }

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

background-color css

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

 a { background-color: rgb(86,21,105); }

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

border-color css

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

 span { border-color: rgb(86,21,105); }

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