#770254

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

Shades of Tyrian Purple #770254

Tints of Tyrian Purple #770254

Color information

#770254 (or 0x770254) is unknown color: approx Tyrian Purple. HEX triplet: 77, 02 and 54. RGB value is (119,2,84). Sum of RGB (Red+Green+Blue) = 119+2+84=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #770254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770254 is #88FDAB. Grayscale: #2E2E2E. Windows color (decimal): -8977836 or 5505655. OLE color: 5505655.

HSL color Cylindrical-coordinate representation of color #770254: hue angle of 317.95º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770254 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB119284-
CMYK00.980.290.53
HSL317.95º96.69%23.73%-
HSV(B)317.95º98.32%46.67%-
XYZ9.234.618.79-
YUV46.33149.26179.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=58.05%
G=0.98%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11928400.980.290.53317.9596.6923.73
Hex772540621D3513e6118
Octal16721240142356547614130
Binary11101111010101000110001011101110101100111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770254; }

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

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

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

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

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

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

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

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