Html Css Color HEX #561346 Tyrian Purple

📋 copy color: '#561346'

red 86 ◦ green 19 ◦ blue 70

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

Shades of Tyrian Purple #561346

Tints of Tyrian Purple #561346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.86%

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

R = 49.14%
G = 10.86%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#561346 (or 0x561346) is known color: Tyrian Purple. HEX triplet: 56, 13 and 46. RGB value is (86,19,70). Sum of RGB (Red+Green+Blue) = 86+19+70=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #561346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561346 is #A9ECB9. Grayscale: #2C2C2C. Windows color (decimal): -11136186 or 4592470. OLE color: 4592470.

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

Color convert

RGB 86 19 70 -
CMYK 0 0.78 0.19 0.66
HSL 314.33º 0.64% 0.21% -
HSV(B) 314.33º 0.78% 0.34% -
XYZ 5.18 2.89 6.08 -
YUV 44.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 86 19 70 0 0.78 0.19 0.66 314.33 0.64 0.21
Hex 56 13 46 0 4E 13 42 13A 40 15
Octal 126 23 106 0 116 23 102 472 100 25
Binary 1010110 10011 1000110 0 1001110 10011 1000010 100111010 1000000 10101

Color Harmonies of #561346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561346

Black with #561346

Text Example


Text Example

White with #561346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561346; }

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

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

background-color css

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

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

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

border-color css

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

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

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