Html Css Color HEX #56004E Tyrian Purple

📋 copy color: '#56004E'

red 86 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #56004E

Tints of Tyrian Purple #56004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.44%
G = 0%
B = 47.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#56004E (or 0x56004E) is known color: Tyrian Purple. HEX triplet: 56, 00 and 4E. RGB value is (86,0,78). Sum of RGB (Red+Green+Blue) = 86+0+78=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56004E is #A9FFB1. Grayscale: #222222. Windows color (decimal): -11141042 or 5111894. OLE color: 5111894.

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

Color convert

RGB 86 0 78 -
CMYK 0 1 0.09 0.66
HSL 305.58º 1% 0.17% -
HSV(B) 305.58º 1% 0.34% -
XYZ 5.21 2.53 7.42 -
YUV 34.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 86 0 78 0 1 0.09 0.66 305.58 1 0.17
Hex 56 0 4E 0 64 9 42 132 64 11
Octal 126 0 116 0 144 11 102 462 144 21
Binary 1010110 0 1001110 0 1100100 1001 1000010 100110010 1100100 10001

Color Harmonies of #56004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56004E

Black with #56004E

Text Example


Text Example

White with #56004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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