Html Css Color HEX #561139 Tyrian Purple

📋 copy color: '#561139'

red 86 ◦ green 17 ◦ blue 57

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

Shades of Tyrian Purple #561139

Tints of Tyrian Purple #561139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 35.63%

R = 53.75%
G = 10.63%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.66

RGB Variations

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

Color information

#561139 (or 0x561139) is known color: Tyrian Purple. HEX triplet: 56, 11 and 39. RGB value is (86,17,57). Sum of RGB (Red+Green+Blue) = 86+17+57=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #561139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561139 is #A9EEC6. Grayscale: #2A2A2A. Windows color (decimal): -11136711 or 3739990. OLE color: 3739990.

HSL color Cylindrical-coordinate representation of color #561139: hue angle of 325.22º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561139 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 17 57 -
CMYK 0 0.80 0.34 0.66
HSL 325.22º 0.67% 0.2% -
HSV(B) 325.22º 0.8% 0.34% -
XYZ 4.78 2.67 4.14 -
YUV 42.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 86 17 57 0 0.80 0.34 0.66 325.22 0.67 0.2
Hex 56 11 39 0 50 22 42 145 43 14
Octal 126 21 71 0 120 42 102 505 103 24
Binary 1010110 10001 111001 0 1010000 100010 1000010 101000101 1000011 10100

Color Harmonies of #561139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561139

Black with #561139

Text Example


Text Example

White with #561139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561139; }

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

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

background-color css

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

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

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

border-color css

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

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

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