Html Css Color HEX #56064E Tyrian Purple

📋 copy color: '#56064E'

red 86 ◦ green 6 ◦ blue 78

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

Shades of Tyrian Purple #56064E

Tints of Tyrian Purple #56064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.53%

 BLUE value IS 78 (30.86% from 255) = 45.88%

R = 50.59%
G = 3.53%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#56064E (or 0x56064E) is known color: Tyrian Purple. HEX triplet: 56, 06 and 4E. RGB value is (86,6,78). Sum of RGB (Red+Green+Blue) = 86+6+78=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #56064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56064E is #A9F9B1. Grayscale: #252525. Windows color (decimal): -11139506 or 5113430. OLE color: 5113430.

HSL color Cylindrical-coordinate representation of color #56064E: hue angle of 306º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56064E is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 6 78 -
CMYK 0 0.93 0.09 0.66
HSL 306º 0.87% 0.18% -
HSV(B) 306º 0.93% 0.34% -
XYZ 5.28 2.66 7.44 -
YUV 38.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 86 6 78 0 0.93 0.09 0.66 306 0.87 0.18
Hex 56 6 4E 0 5D 9 42 132 57 12
Octal 126 6 116 0 135 11 102 462 127 22
Binary 1010110 110 1001110 0 1011101 1001 1000010 100110010 1010111 10010

Color Harmonies of #56064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56064E

Black with #56064E

Text Example


Text Example

White with #56064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56064E; }

 p { color: rgb(86,6,78); }

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

background-color css

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

 a { background-color: rgb(86,6,78); }

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

border-color css

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

 span { border-color: rgb(86,6,78); }

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