Html Css Color HEX #561344 Tyrian Purple

📋 copy color: '#561344'

red 86 ◦ green 19 ◦ blue 68

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

Shades of Tyrian Purple #561344

Tints of Tyrian Purple #561344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 39.31%

R = 49.71%
G = 10.98%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#561344 (or 0x561344) is known color: Tyrian Purple. HEX triplet: 56, 13 and 44. RGB value is (86,19,68). Sum of RGB (Red+Green+Blue) = 86+19+68=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #561344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561344 is #A9ECBB. Grayscale: #2C2C2C. Windows color (decimal): -11136188 or 4461398. OLE color: 4461398.

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

Color convert

RGB 86 19 68 -
CMYK 0 0.78 0.21 0.66
HSL 316.12º 0.64% 0.21% -
HSV(B) 316.12º 0.78% 0.34% -
XYZ 5.11 2.86 5.75 -
YUV 44.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 86 19 68 0 0.78 0.21 0.66 316.12 0.64 0.21
Hex 56 13 44 0 4E 15 42 13C 40 15
Octal 126 23 104 0 116 25 102 474 100 25
Binary 1010110 10011 1000100 0 1001110 10101 1000010 100111100 1000000 10101

Color Harmonies of #561344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561344

Black with #561344

Text Example


Text Example

White with #561344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561344; }

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

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

background-color css

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

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

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

border-color css

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

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

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