#780951

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

Shades of Tyrian Purple #780951

Tints of Tyrian Purple #780951

Color information

#780951 (or 0x780951) is unknown color: approx Tyrian Purple. HEX triplet: 78, 09 and 51. RGB value is (120,9,81). Sum of RGB (Red+Green+Blue) = 120+9+81=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #780951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780951 is #87F6AE. Grayscale: #323232. Windows color (decimal): -8910511 or 5310840. OLE color: 5310840.

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

Color convert

RGB120981-
CMYK00.920.320.53
HSL321.08º86.05%25.29%-
HSV(B)321.08º92.5%47.06%-
XYZ9.334.788.22-
YUV50.4145.27177.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.14%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=57.14%
G=4.29%
B=38.57%

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
Decimal12098100.920.320.53321.0886.0525.29
Hex7895105C20351415619
Octal170111210134406550112631
Binary11110001001101000101011100100000110101101000001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780951; }

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

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

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

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

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

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

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

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