Html Css Color HEX #780057 Tyrian Purple

📋 copy color: '#780057'

red 120 ◦ green 0 ◦ blue 87

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

Shades of Tyrian Purple #780057

Tints of Tyrian Purple #780057

RGB

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

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

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

R = 57.97%
G = 0%
B = 42.03%

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

#780057 (or 0x780057) is known color: Tyrian Purple. HEX triplet: 78, 00 and 57. RGB value is (120,0,87). Sum of RGB (Red+Green+Blue) = 120+0+87=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #780057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780057 is #87FFA8. Grayscale: #2D2D2D. Windows color (decimal): -8912809 or 5701752. OLE color: 5701752.

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

Color convert

RGB 120 0 87 -
CMYK 0 1 0.28 0.53
HSL 316.5º 1% 0.24% -
HSV(B) 316.5º 1% 0.47% -
XYZ 9.47 4.68 9.42 -
YUV 45.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 120 0 87 0 1 0.28 0.53 316.5 1 0.24
Hex 78 0 57 0 64 1C 35 13C 64 18
Octal 170 0 127 0 144 34 65 474 144 30
Binary 1111000 0 1010111 0 1100100 11100 110101 100111100 1100100 11000

Color Harmonies of #780057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780057

Black with #780057

Text Example


Text Example

White with #780057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780057; }

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

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

background-color css

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

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

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

border-color css

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

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

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