Html Css Color HEX #560047 Tyrian Purple

📋 copy color: '#560047'

red 86 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #560047

Tints of Tyrian Purple #560047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.78%
G = 0%
B = 45.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#560047 (or 0x560047) is known color: Tyrian Purple. HEX triplet: 56, 00 and 47. RGB value is (86,0,71). Sum of RGB (Red+Green+Blue) = 86+0+71=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #560047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560047 is #A9FFB8. Grayscale: #212121. Windows color (decimal): -11141049 or 4653142. OLE color: 4653142.

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

Color convert

RGB 86 0 71 -
CMYK 0 1 0.17 0.66
HSL 310.47º 1% 0.17% -
HSV(B) 310.47º 1% 0.34% -
XYZ 4.98 2.43 6.17 -
YUV 33.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 86 0 71 0 1 0.17 0.66 310.47 1 0.17
Hex 56 0 47 0 64 11 42 136 64 11
Octal 126 0 107 0 144 21 102 466 144 21
Binary 1010110 0 1000111 0 1100100 10001 1000010 100110110 1100100 10001

Color Harmonies of #560047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560047

Black with #560047

Text Example


Text Example

White with #560047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560047; }

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

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

background-color css

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

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

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

border-color css

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

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

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