Html Css Color HEX #561149 Tyrian Purple

📋 copy color: '#561149'

red 86 ◦ green 17 ◦ blue 73

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

Shades of Tyrian Purple #561149

Tints of Tyrian Purple #561149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 41.48%

R = 48.86%
G = 9.66%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#561149 (or 0x561149) is known color: Tyrian Purple. HEX triplet: 56, 11 and 49. RGB value is (86,17,73). Sum of RGB (Red+Green+Blue) = 86+17+73=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #561149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561149 is #A9EEB6. Grayscale: #2B2B2B. Windows color (decimal): -11136695 or 4788566. OLE color: 4788566.

HSL color Cylindrical-coordinate representation of color #561149: hue angle of 311.3º 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 #561149 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 17 73 -
CMYK 0 0.80 0.15 0.66
HSL 311.3º 0.67% 0.2% -
HSV(B) 311.3º 0.8% 0.34% -
XYZ 5.24 2.86 6.58 -
YUV 44.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 86 17 73 0 0.80 0.15 0.66 311.3 0.67 0.2
Hex 56 11 49 0 50 F 42 137 43 14
Octal 126 21 111 0 120 17 102 467 103 24
Binary 1010110 10001 1001001 0 1010000 1111 1000010 100110111 1000011 10100

Color Harmonies of #561149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561149

Black with #561149

Text Example


Text Example

White with #561149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561149; }

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

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

background-color css

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

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

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

border-color css

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

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

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