#770454

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

Shades of Tyrian Purple #770454

Tints of Tyrian Purple #770454

Color information

#770454 (or 0x770454) is unknown color: approx Tyrian Purple. HEX triplet: 77, 04 and 54. RGB value is (119,4,84). Sum of RGB (Red+Green+Blue) = 119+4+84=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #770454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770454 is #88FBAB. Grayscale: #2F2F2F. Windows color (decimal): -8977324 or 5506167. OLE color: 5506167.

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

Color convert

RGB119484-
CMYK00.970.290.53
HSL318.26º93.5%24.12%-
HSV(B)318.26º96.64%46.67%-
XYZ9.254.658.8-
YUV47.5148.6179-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=57.49%
G=1.93%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11948400.970.290.53318.2693.524.12
Hex774540611D3513e5d18
Octal16741240141356547613530
Binary111011110010101000110000111101110101100111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770454; }

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

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

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

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

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

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

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

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