Html Css Color HEX #56094F Tyrian Purple

📋 copy color: '#56094F'

red 86 ◦ green 9 ◦ blue 79

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

Shades of Tyrian Purple #56094F

Tints of Tyrian Purple #56094F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 45.4%

R = 49.43%
G = 5.17%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#56094F (or 0x56094F) is known color: Tyrian Purple. HEX triplet: 56, 09 and 4F. RGB value is (86,9,79). Sum of RGB (Red+Green+Blue) = 86+9+79=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #56094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56094F is #A9F6B0. Grayscale: #272727. Windows color (decimal): -11138737 or 5179734. OLE color: 5179734.

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

Color convert

RGB 86 9 79 -
CMYK 0 0.90 0.08 0.66
HSL 305.45º 0.81% 0.19% -
HSV(B) 305.45º 0.9% 0.34% -
XYZ 5.35 2.74 7.64 -
YUV 40 150.01 160.81 -
System Red Green Blue C M Y K H S L
Decimal 86 9 79 0 0.90 0.08 0.66 305.45 0.81 0.19
Hex 56 9 4F 0 5A 8 42 131 51 13
Octal 126 11 117 0 132 10 102 461 121 23
Binary 1010110 1001 1001111 0 1011010 1000 1000010 100110001 1010001 10011

Color Harmonies of #56094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56094F

Black with #56094F

Text Example


Text Example

White with #56094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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