Html Css Color HEX #560E42 Tyrian Purple

📋 copy color: '#560E42'

red 86 ◦ green 14 ◦ blue 66

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

Shades of Tyrian Purple #560E42

Tints of Tyrian Purple #560E42

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.43%

 BLUE value IS 66 (26.17% from 255) = 39.76%

R = 51.81%
G = 8.43%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#560E42 (or 0x560E42) is known color: Tyrian Purple. HEX triplet: 56, 0E and 42. RGB value is (86,14,66). Sum of RGB (Red+Green+Blue) = 86+14+66=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #560E42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E42 is #A9F1BD. Grayscale: #292929. Windows color (decimal): -11137470 or 4329046. OLE color: 4329046.

HSL color Cylindrical-coordinate representation of color #560E42: hue angle of 316.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E42 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 14 66 -
CMYK 0 0.84 0.23 0.66
HSL 316.67º 0.72% 0.2% -
HSV(B) 316.67º 0.84% 0.34% -
XYZ 4.98 2.69 5.41 -
YUV 41.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 86 14 66 0 0.84 0.23 0.66 316.67 0.72 0.2
Hex 56 E 42 0 54 17 42 13D 48 14
Octal 126 16 102 0 124 27 102 475 110 24
Binary 1010110 1110 1000010 0 1010100 10111 1000010 100111101 1001000 10100

Color Harmonies of #560E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560E42

Black with #560E42

Text Example


Text Example

White with #560E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560E42; }

 p { color: rgb(86,14,66); }

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

background-color css

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

 a { background-color: rgb(86,14,66); }

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

border-color css

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

 span { border-color: rgb(86,14,66); }

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