#77004A

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

Shades of Tyrian Purple #77004A

Tints of Tyrian Purple #77004A

Color information

#77004A (or 0x77004A) is unknown color: approx Tyrian Purple. HEX triplet: 77, 00 and 4A. RGB value is (119,0,74). Sum of RGB (Red+Green+Blue) = 119+0+74=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #77004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77004A is #88FFB5. Grayscale: #2B2B2B. Windows color (decimal): -8978358 or 4849783. OLE color: 4849783.

HSL color Cylindrical-coordinate representation of color #77004A: hue angle of 322.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77004A is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB119074-
CMYK010.380.53
HSL322.69º100%23.33%-
HSV(B)322.69º100%46.67%-
XYZ8.844.426.86-
YUV44.02144.92181.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 38.34%
R=61.66%
G=0%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119074010.380.53322.6910023.33
Hex7704A06426351436417
Octal16701120144466550314427
Binary11101110100101001100100100110110101101000011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77004A; }

 p { color: rgb(119,0,74); }

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

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

 a { background-color: rgb(119,0,74); }

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

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

 span { border-color: rgb(119,0,74); }

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