Html Css Color HEX #560447 Tyrian Purple

📋 copy color: '#560447'

red 86 ◦ green 4 ◦ blue 71

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

Shades of Tyrian Purple #560447

Tints of Tyrian Purple #560447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.48%

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

R = 53.42%
G = 2.48%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#560447 (or 0x560447) is known color: Tyrian Purple. HEX triplet: 56, 04 and 47. RGB value is (86,4,71). Sum of RGB (Red+Green+Blue) = 86+4+71=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #560447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560447 is #A9FBB8. Grayscale: #232323. Windows color (decimal): -11140025 or 4654166. OLE color: 4654166.

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

Color convert

RGB 86 4 71 -
CMYK 0 0.95 0.17 0.66
HSL 310.98º 0.91% 0.18% -
HSV(B) 310.98º 0.95% 0.34% -
XYZ 5.02 2.52 6.18 -
YUV 36.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 86 4 71 0 0.95 0.17 0.66 310.98 0.91 0.18
Hex 56 4 47 0 5F 11 42 137 5B 12
Octal 126 4 107 0 137 21 102 467 133 22
Binary 1010110 100 1000111 0 1011111 10001 1000010 100110111 1011011 10010

Color Harmonies of #560447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560447

Black with #560447

Text Example


Text Example

White with #560447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560447; }

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

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

background-color css

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

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

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

border-color css

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

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

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