Html Css Color HEX #780056 Tyrian Purple

📋 copy color: '#780056'

red 120 ◦ green 0 ◦ blue 86

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

Shades of Tyrian Purple #780056

Tints of Tyrian Purple #780056

RGB

 RED value IS 120 (47.27% from 255) = 58.25%

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

 BLUE value IS 86 (33.98% from 255) = 41.75%

R = 58.25%
G = 0%
B = 41.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#780056 (or 0x780056) is known color: Tyrian Purple. HEX triplet: 78, 00 and 56. RGB value is (120,0,86). Sum of RGB (Red+Green+Blue) = 120+0+86=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #780056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780056 is #87FFA9. Grayscale: #2D2D2D. Windows color (decimal): -8912810 or 5636216. OLE color: 5636216.

HSL color Cylindrical-coordinate representation of color #780056: hue angle of 317º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780056 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 86 -
CMYK 0 1 0.28 0.53
HSL 317º 1% 0.24% -
HSV(B) 317º 1% 0.47% -
XYZ 9.43 4.66 9.21 -
YUV 45.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 120 0 86 0 1 0.28 0.53 317 1 0.24
Hex 78 0 56 0 64 1C 35 13D 64 18
Octal 170 0 126 0 144 34 65 475 144 30
Binary 1111000 0 1010110 0 1100100 11100 110101 100111101 1100100 11000

Color Harmonies of #780056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780056

Black with #780056

Text Example


Text Example

White with #780056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780056; }

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

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

background-color css

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

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

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

border-color css

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

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

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