Html Css Color HEX #56094E Tyrian Purple

📋 copy color: '#56094E'

red 86 ◦ green 9 ◦ blue 78

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

Shades of Tyrian Purple #56094E

Tints of Tyrian Purple #56094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.2%

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

R = 49.71%
G = 5.2%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#56094E (or 0x56094E) is known color: Tyrian Purple. HEX triplet: 56, 09 and 4E. RGB value is (86,9,78). Sum of RGB (Red+Green+Blue) = 86+9+78=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #56094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56094E is #A9F6B1. Grayscale: #272727. Windows color (decimal): -11138738 or 5114198. OLE color: 5114198.

HSL color Cylindrical-coordinate representation of color #56094E: hue angle of 306.23º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56094E is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 9 78 -
CMYK 0 0.90 0.09 0.66
HSL 306.23º 0.81% 0.19% -
HSV(B) 306.23º 0.9% 0.34% -
XYZ 5.31 2.72 7.45 -
YUV 39.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 86 9 78 0 0.90 0.09 0.66 306.23 0.81 0.19
Hex 56 9 4E 0 5A 9 42 132 51 13
Octal 126 11 116 0 132 11 102 462 121 23
Binary 1010110 1001 1001110 0 1011010 1001 1000010 100110010 1010001 10011

Color Harmonies of #56094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56094E

Black with #56094E

Text Example


Text Example

White with #56094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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