Html Css Color HEX #560147 Tyrian Purple

📋 copy color: '#560147'

red 86 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #560147

Tints of Tyrian Purple #560147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.94%

R = 54.43%
G = 0.63%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#560147 (or 0x560147) is known color: Tyrian Purple. HEX triplet: 56, 01 and 47. RGB value is (86,1,71). Sum of RGB (Red+Green+Blue) = 86+1+71=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #560147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560147 is #A9FEB8. Grayscale: #222222. Windows color (decimal): -11140793 or 4653398. OLE color: 4653398.

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

Color convert

RGB 86 1 71 -
CMYK 0 0.99 0.17 0.66
HSL 310.59º 0.98% 0.17% -
HSV(B) 310.59º 0.99% 0.34% -
XYZ 4.99 2.46 6.17 -
YUV 34.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 86 1 71 0 0.99 0.17 0.66 310.59 0.98 0.17
Hex 56 1 47 0 63 11 42 137 62 11
Octal 126 1 107 0 143 21 102 467 142 21
Binary 1010110 1 1000111 0 1100011 10001 1000010 100110111 1100010 10001

Color Harmonies of #560147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560147

Black with #560147

Text Example


Text Example

White with #560147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560147; }

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

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

background-color css

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

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

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

border-color css

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

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

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