Html Css Color HEX #56094D Tyrian Purple

📋 copy color: '#56094D'

red 86 ◦ green 9 ◦ blue 77

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

Shades of Tyrian Purple #56094D

Tints of Tyrian Purple #56094D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44.77%

R = 50%
G = 5.23%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#56094D (or 0x56094D) is known color: Tyrian Purple. HEX triplet: 56, 09 and 4D. RGB value is (86,9,77). Sum of RGB (Red+Green+Blue) = 86+9+77=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #56094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56094D is #A9F6B2. Grayscale: #272727. Windows color (decimal): -11138739 or 5048662. OLE color: 5048662.

HSL color Cylindrical-coordinate representation of color #56094D: hue angle of 307.01º 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 #56094D is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 9 77 -
CMYK 0 0.90 0.10 0.66
HSL 307.01º 0.81% 0.19% -
HSV(B) 307.01º 0.9% 0.34% -
XYZ 5.27 2.71 7.27 -
YUV 39.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 86 9 77 0 0.90 0.10 0.66 307.01 0.81 0.19
Hex 56 9 4D 0 5A A 42 133 51 13
Octal 126 11 115 0 132 12 102 463 121 23
Binary 1010110 1001 1001101 0 1011010 1010 1000010 100110011 1010001 10011

Color Harmonies of #56094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56094D

Black with #56094D

Text Example


Text Example

White with #56094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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