#77043C

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

Shades of Tyrian Purple #77043C

Tints of Tyrian Purple #77043C

Color information

#77043C (or 0x77043C) is unknown color: approx Tyrian Purple. HEX triplet: 77, 04 and 3C. RGB value is (119,4,60). Sum of RGB (Red+Green+Blue) = 119+4+60=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #77043C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77043C is #88FBC3. Grayscale: #2C2C2C. Windows color (decimal): -8977348 or 3933303. OLE color: 3933303.

HSL color Cylindrical-coordinate representation of color #77043C: hue angle of 330.78º 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 #77043C is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB119460-
CMYK00.970.500.53
HSL330.78º93.5%24.12%-
HSV(B)330.78º96.64%46.67%-
XYZ8.474.344.67-
YUV44.77136.6180.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.03%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=65.03%
G=2.19%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11946000.970.500.53330.7893.524.12
Hex7743C061323514b5d18
Octal1674740141626551313530
Binary111011110011110001100001110010110101101001011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77043C; }

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

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

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

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

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

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

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

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