Html Css Color HEX #560145 Tyrian Purple

📋 copy color: '#560145'

red 86 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #560145

Tints of Tyrian Purple #560145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 55.13%
G = 0.64%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#560145 (or 0x560145) is known color: Tyrian Purple. HEX triplet: 56, 01 and 45. RGB value is (86,1,69). Sum of RGB (Red+Green+Blue) = 86+1+69=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #560145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560145 is #A9FEBA. Grayscale: #212121. Windows color (decimal): -11140795 or 4522326. OLE color: 4522326.

HSL color Cylindrical-coordinate representation of color #560145: hue angle of 312º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560145 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 1 69 -
CMYK 0 0.99 0.20 0.66
HSL 312º 0.98% 0.17% -
HSV(B) 312º 0.99% 0.34% -
XYZ 4.92 2.43 5.84 -
YUV 34.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 86 1 69 0 0.99 0.20 0.66 312 0.98 0.17
Hex 56 1 45 0 63 14 42 138 62 11
Octal 126 1 105 0 143 24 102 470 142 21
Binary 1010110 1 1000101 0 1100011 10100 1000010 100111000 1100010 10001

Color Harmonies of #560145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560145

Black with #560145

Text Example


Text Example

White with #560145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560145; }

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

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

background-color css

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

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

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

border-color css

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

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

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