#770542

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

Shades of Tyrian Purple #770542

Tints of Tyrian Purple #770542

Color information

#770542 (or 0x770542) is unknown color: approx Tyrian Purple. HEX triplet: 77, 05 and 42. RGB value is (119,5,66). Sum of RGB (Red+Green+Blue) = 119+5+66=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #770542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770542 is #88FABD. Grayscale: #2D2D2D. Windows color (decimal): -8977086 or 4326775. OLE color: 4326775.

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

Color convert

RGB119566-
CMYK00.960.450.53
HSL327.89º91.94%24.31%-
HSV(B)327.89º95.8%46.67%-
XYZ8.654.425.55-
YUV46.04139.27180.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.63%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=62.63%
G=2.63%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11956600.960.450.53327.8991.9424.31
Hex775420602D351485c18
Octal16751020140556551013430
Binary1110111101100001001100000101101110101101001000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770542; }

 p { color: rgb(119,5,66); }

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

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

 a { background-color: rgb(119,5,66); }

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

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

 span { border-color: rgb(119,5,66); }

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