Html Css Color HEX #561445 Tyrian Purple

📋 copy color: '#561445'

red 86 ◦ green 20 ◦ blue 69

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

Shades of Tyrian Purple #561445

Tints of Tyrian Purple #561445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.43%

R = 49.14%
G = 11.43%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#561445 (or 0x561445) is known color: Tyrian Purple. HEX triplet: 56, 14 and 45. RGB value is (86,20,69). Sum of RGB (Red+Green+Blue) = 86+20+69=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #561445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561445 is #A9EBBA. Grayscale: #2D2D2D. Windows color (decimal): -11135931 or 4527190. OLE color: 4527190.

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

Color convert

RGB 86 20 69 -
CMYK 0 0.77 0.20 0.66
HSL 315.45º 0.62% 0.21% -
HSV(B) 315.45º 0.77% 0.34% -
XYZ 5.16 2.91 5.92 -
YUV 45.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 86 20 69 0 0.77 0.20 0.66 315.45 0.62 0.21
Hex 56 14 45 0 4D 14 42 13B 3E 15
Octal 126 24 105 0 115 24 102 473 76 25
Binary 1010110 10100 1000101 0 1001101 10100 1000010 100111011 111110 10101

Color Harmonies of #561445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561445

Black with #561445

Text Example


Text Example

White with #561445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561445; }

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

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

background-color css

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

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

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

border-color css

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

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

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