Html Css Color HEX #780557 Tyrian Purple

📋 copy color: '#780557'

red 120 ◦ green 5 ◦ blue 87

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

Shades of Tyrian Purple #780557

Tints of Tyrian Purple #780557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.04%

R = 56.6%
G = 2.36%
B = 41.04%

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

#780557 (or 0x780557) is known color: Tyrian Purple. HEX triplet: 78, 05 and 57. RGB value is (120,5,87). Sum of RGB (Red+Green+Blue) = 120+5+87=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #780557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780557 is #87FAA8. Grayscale: #303030. Windows color (decimal): -8911529 or 5703032. OLE color: 5703032.

HSL color Cylindrical-coordinate representation of color #780557: hue angle of 317.22º 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 #780557 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 5 87 -
CMYK 0 0.96 0.28 0.53
HSL 317.22º 0.92% 0.25% -
HSV(B) 317.22º 0.96% 0.47% -
XYZ 9.52 4.79 9.44 -
YUV 48.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 120 5 87 0 0.96 0.28 0.53 317.22 0.92 0.25
Hex 78 5 57 0 60 1C 35 13D 5C 19
Octal 170 5 127 0 140 34 65 475 134 31
Binary 1111000 101 1010111 0 1100000 11100 110101 100111101 1011100 11001

Color Harmonies of #780557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780557

Black with #780557

Text Example


Text Example

White with #780557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780557; }

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

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

background-color css

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

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

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

border-color css

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

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

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