Html Css Color HEX #560149 Tyrian Purple

📋 copy color: '#560149'

red 86 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #560149

Tints of Tyrian Purple #560149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 53.75%
G = 0.63%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#560149 (or 0x560149) is known color: Tyrian Purple. HEX triplet: 56, 01 and 49. RGB value is (86,1,73). Sum of RGB (Red+Green+Blue) = 86+1+73=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #560149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560149 is #A9FEB6. Grayscale: #222222. Windows color (decimal): -11140791 or 4784470. OLE color: 4784470.

HSL color Cylindrical-coordinate representation of color #560149: hue angle of 309.18º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560149 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 1 73 -
CMYK 0 0.99 0.15 0.66
HSL 309.18º 0.98% 0.17% -
HSV(B) 309.18º 0.99% 0.34% -
XYZ 5.05 2.48 6.52 -
YUV 34.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 86 1 73 0 0.99 0.15 0.66 309.18 0.98 0.17
Hex 56 1 49 0 63 F 42 135 62 11
Octal 126 1 111 0 143 17 102 465 142 21
Binary 1010110 1 1001001 0 1100011 1111 1000010 100110101 1100010 10001

Color Harmonies of #560149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560149

Black with #560149

Text Example


Text Example

White with #560149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560149; }

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

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

background-color css

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

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

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

border-color css

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

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

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