Html Css Color HEX #561349 Tyrian Purple

📋 copy color: '#561349'

red 86 ◦ green 19 ◦ blue 73

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

Shades of Tyrian Purple #561349

Tints of Tyrian Purple #561349

RGB

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

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

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

R = 48.31%
G = 10.67%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#561349 (or 0x561349) is known color: Tyrian Purple. HEX triplet: 56, 13 and 49. RGB value is (86,19,73). Sum of RGB (Red+Green+Blue) = 86+19+73=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #561349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561349 is #A9ECB6. Grayscale: #2D2D2D. Windows color (decimal): -11136183 or 4789078. OLE color: 4789078.

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

Color convert

RGB 86 19 73 -
CMYK 0 0.78 0.15 0.66
HSL 311.64º 0.64% 0.21% -
HSV(B) 311.64º 0.78% 0.34% -
XYZ 5.27 2.93 6.59 -
YUV 45.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 86 19 73 0 0.78 0.15 0.66 311.64 0.64 0.21
Hex 56 13 49 0 4E F 42 138 40 15
Octal 126 23 111 0 116 17 102 470 100 25
Binary 1010110 10011 1001001 0 1001110 1111 1000010 100111000 1000000 10101

Color Harmonies of #561349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561349

Black with #561349

Text Example


Text Example

White with #561349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561349; }

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

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

background-color css

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

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

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

border-color css

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

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

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