#780A51

Color #780A51 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #780A51

Tints of Tyrian Purple #780A51

Color information

#780A51 (or 0x780A51) is unknown color: approx Tyrian Purple. HEX triplet: 78, 0A and 51. RGB value is (120,10,81). Sum of RGB (Red+Green+Blue) = 120+10+81=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #780A51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A51 is #87F5AE. Grayscale: #323232. Windows color (decimal): -8910255 or 5311096. OLE color: 5311096.

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

Color convert

RGB1201081-
CMYK00.920.320.53
HSL321.27º84.62%25.49%-
HSV(B)321.27º91.67%47.06%-
XYZ9.344.88.22-
YUV50.98144.94177.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.87%
GREEN value IS 10 (4.30% from 255) = 4.74%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=56.87%
G=4.74%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120108100.920.320.53321.2784.6225.49
Hex78A5105C20351415519
Octal170121210134406550112531
Binary11110001010101000101011100100000110101101000001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780A51; }

 p { color: rgb(120,10,81); }

 H1.HeaderClassName
 {
   color: #780A51;
 }
 .AnyTagClassName
 {
   color: #780A51;
 }
</style>
background-color css

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

 a { background-color: rgb(120,10,81); }

 div.DivClassName
 {
   background-color: #780A51;
 }
 .BgClassName
 {
   background-color: #780A51;
 }
</style>
border-color css

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

 span { border-color: rgb(120,10,81); }

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