Html Css Color HEX #561345 Tyrian Purple

📋 copy color: '#561345'

red 86 ◦ green 19 ◦ blue 69

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

Shades of Tyrian Purple #561345

Tints of Tyrian Purple #561345

RGB

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

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

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

R = 49.43%
G = 10.92%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#561345 (or 0x561345) is known color: Tyrian Purple. HEX triplet: 56, 13 and 45. RGB value is (86,19,69). Sum of RGB (Red+Green+Blue) = 86+19+69=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #561345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561345 is #A9ECBA. Grayscale: #2C2C2C. Windows color (decimal): -11136187 or 4526934. OLE color: 4526934.

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

Color convert

RGB 86 19 69 -
CMYK 0 0.78 0.20 0.66
HSL 315.22º 0.64% 0.21% -
HSV(B) 315.22º 0.78% 0.34% -
XYZ 5.14 2.87 5.91 -
YUV 44.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 86 19 69 0 0.78 0.20 0.66 315.22 0.64 0.21
Hex 56 13 45 0 4E 14 42 13B 40 15
Octal 126 23 105 0 116 24 102 473 100 25
Binary 1010110 10011 1000101 0 1001110 10100 1000010 100111011 1000000 10101

Color Harmonies of #561345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561345

Black with #561345

Text Example


Text Example

White with #561345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561345; }

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

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

background-color css

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

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

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

border-color css

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

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

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