#770954

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

Shades of Tyrian Purple #770954

Tints of Tyrian Purple #770954

Color information

#770954 (or 0x770954) is unknown color: approx Tyrian Purple. HEX triplet: 77, 09 and 54. RGB value is (119,9,84). Sum of RGB (Red+Green+Blue) = 119+9+84=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #770954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770954 is #88F6AB. Grayscale: #323232. Windows color (decimal): -8976044 or 5507447. OLE color: 5507447.

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

Color convert

RGB119984-
CMYK00.920.290.53
HSL319.09º85.94%25.1%-
HSV(B)319.09º92.44%46.67%-
XYZ9.314.768.82-
YUV50.44146.94176.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=56.13%
G=4.25%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11998400.920.290.53319.0985.9425.1
Hex7795405C1D3513f5619
Octal167111240134356547712631
Binary1110111100110101000101110011101110101100111111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770954; }

 p { color: rgb(119,9,84); }

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

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

 a { background-color: rgb(119,9,84); }

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

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

 span { border-color: rgb(119,9,84); }

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