#77054B

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

Shades of Tyrian Purple #77054B

Tints of Tyrian Purple #77054B

Color information

#77054B (or 0x77054B) is unknown color: approx Tyrian Purple. HEX triplet: 77, 05 and 4B. RGB value is (119,5,75). Sum of RGB (Red+Green+Blue) = 119+5+75=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77054B is #88FAB4. Grayscale: #2E2E2E. Windows color (decimal): -8977077 or 4916599. OLE color: 4916599.

HSL color Cylindrical-coordinate representation of color #77054B: hue angle of 323.16º 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 #77054B is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB119575-
CMYK00.960.370.53
HSL323.16º91.94%24.31%-
HSV(B)323.16º95.8%46.67%-
XYZ8.934.547.06-
YUV47.07143.77179.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=59.80%
G=2.51%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11957500.960.370.53323.1691.9424.31
Hex7754B06025351435c18
Octal16751130140456550313430
Binary1110111101100101101100000100101110101101000011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77054B; }

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

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

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

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

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

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

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

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