#780957

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

Shades of Tyrian Purple #780957

Tints of Tyrian Purple #780957

Color information

#780957 (or 0x780957) is unknown color: approx Tyrian Purple. HEX triplet: 78, 09 and 57. RGB value is (120,9,87). Sum of RGB (Red+Green+Blue) = 120+9+87=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #780957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780957 is #87F6A8. Grayscale: #323232. Windows color (decimal): -8910505 or 5704056. OLE color: 5704056.

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

Color convert

RGB120987-
CMYK00.920.280.53
HSL317.84º86.05%25.29%-
HSV(B)317.84º92.5%47.06%-
XYZ9.564.889.45-
YUV51.08148.27177.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.56%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 87 (34.38% from 255) = 40.28%
R=55.56%
G=4.17%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12098700.920.280.53317.8486.0525.29
Hex7895705C1C3513e5619
Octal170111270134346547612631
Binary1111000100110101110101110011100110101100111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780957; }

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

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

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

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

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

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

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

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