#77033E

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

Shades of Tyrian Purple #77033E

Tints of Tyrian Purple #77033E

Color information

#77033E (or 0x77033E) is unknown color: approx Tyrian Purple. HEX triplet: 77, 03 and 3E. RGB value is (119,3,62). Sum of RGB (Red+Green+Blue) = 119+3+62=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77033E is #88FCC1. Grayscale: #2C2C2C. Windows color (decimal): -8977602 or 4064119. OLE color: 4064119.

HSL color Cylindrical-coordinate representation of color #77033E: hue angle of 329.48º degrees, saturation: 0.95, 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 #77033E is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB119362-
CMYK00.970.480.53
HSL329.48º95.08%23.92%-
HSV(B)329.48º97.48%46.67%-
XYZ8.514.334.95-
YUV44.41137.93181.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.67%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=64.67%
G=1.63%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11936200.970.480.53329.4895.0823.92
Hex7733E06130351495f18
Octal1673760141606551113730
Binary11101111111111001100001110000110101101001001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77033E; }

 p { color: rgb(119,3,62); }

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

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

 a { background-color: rgb(119,3,62); }

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

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

 span { border-color: rgb(119,3,62); }

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