Html Css Color HEX #780556 Tyrian Purple

📋 copy color: '#780556'

red 120 ◦ green 5 ◦ blue 86

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

Shades of Tyrian Purple #780556

Tints of Tyrian Purple #780556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 56.87%
G = 2.37%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#780556 (or 0x780556) is known color: Tyrian Purple. HEX triplet: 78, 05 and 56. RGB value is (120,5,86). Sum of RGB (Red+Green+Blue) = 120+5+86=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #780556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780556 is #87FAA9. Grayscale: #303030. Windows color (decimal): -8911530 or 5637496. OLE color: 5637496.

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

Color convert

RGB 120 5 86 -
CMYK 0 0.96 0.28 0.53
HSL 317.74º 0.92% 0.25% -
HSV(B) 317.74º 0.96% 0.47% -
XYZ 9.48 4.77 9.23 -
YUV 48.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 120 5 86 0 0.96 0.28 0.53 317.74 0.92 0.25
Hex 78 5 56 0 60 1C 35 13E 5C 19
Octal 170 5 126 0 140 34 65 476 134 31
Binary 1111000 101 1010110 0 1100000 11100 110101 100111110 1011100 11001

Color Harmonies of #780556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780556

Black with #780556

Text Example


Text Example

White with #780556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780556; }

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

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

background-color css

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

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

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

border-color css

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

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

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