Html Css Color HEX #561546 Tyrian Purple

📋 copy color: '#561546'

red 86 ◦ green 21 ◦ blue 70

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

Shades of Tyrian Purple #561546

Tints of Tyrian Purple #561546

RGB

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

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

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

R = 48.59%
G = 11.86%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#561546 (or 0x561546) is known color: Tyrian Purple. HEX triplet: 56, 15 and 46. RGB value is (86,21,70). Sum of RGB (Red+Green+Blue) = 86+21+70=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #561546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561546 is #A9EAB9. Grayscale: #2D2D2D. Windows color (decimal): -11135674 or 4592982. OLE color: 4592982.

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

Color convert

RGB 86 21 70 -
CMYK 0 0.76 0.19 0.66
HSL 314.77º 0.61% 0.21% -
HSV(B) 314.77º 0.76% 0.34% -
XYZ 5.21 2.96 6.09 -
YUV 46.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 86 21 70 0 0.76 0.19 0.66 314.77 0.61 0.21
Hex 56 15 46 0 4C 13 42 13B 3D 15
Octal 126 25 106 0 114 23 102 473 75 25
Binary 1010110 10101 1000110 0 1001100 10011 1000010 100111011 111101 10101

Color Harmonies of #561546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561546

Black with #561546

Text Example


Text Example

White with #561546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561546; }

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

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

background-color css

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

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

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

border-color css

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

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

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