Html Css Color HEX #561446 Tyrian Purple

📋 copy color: '#561446'

red 86 ◦ green 20 ◦ blue 70

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

Shades of Tyrian Purple #561446

Tints of Tyrian Purple #561446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

 BLUE value IS 70 (27.73% from 255) = 39.77%

R = 48.86%
G = 11.36%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#561446 (or 0x561446) is known color: Tyrian Purple. HEX triplet: 56, 14 and 46. RGB value is (86,20,70). Sum of RGB (Red+Green+Blue) = 86+20+70=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #561446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561446 is #A9EBB9. Grayscale: #2D2D2D. Windows color (decimal): -11135930 or 4592726. OLE color: 4592726.

HSL color Cylindrical-coordinate representation of color #561446: hue angle of 314.55º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561446 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 20 70 -
CMYK 0 0.77 0.19 0.66
HSL 314.55º 0.62% 0.21% -
HSV(B) 314.55º 0.77% 0.34% -
XYZ 5.19 2.92 6.08 -
YUV 45.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 86 20 70 0 0.77 0.19 0.66 314.55 0.62 0.21
Hex 56 14 46 0 4D 13 42 13B 3E 15
Octal 126 24 106 0 115 23 102 473 76 25
Binary 1010110 10100 1000110 0 1001101 10011 1000010 100111011 111110 10101

Color Harmonies of #561446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561446

Black with #561446

Text Example


Text Example

White with #561446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561446; }

 p { color: rgb(86,20,70); }

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

background-color css

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

 a { background-color: rgb(86,20,70); }

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

border-color css

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

 span { border-color: rgb(86,20,70); }

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