#77094B

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

Shades of Tyrian Purple #77094B

Tints of Tyrian Purple #77094B

Color information

#77094B (or 0x77094B) is unknown color: approx Tyrian Purple. HEX triplet: 77, 09 and 4B. RGB value is (119,9,75). Sum of RGB (Red+Green+Blue) = 119+9+75=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77094B is #88F6B4. Grayscale: #313131. Windows color (decimal): -8976053 or 4917623. OLE color: 4917623.

HSL color Cylindrical-coordinate representation of color #77094B: hue angle of 324º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77094B is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB119975-
CMYK00.920.370.53
HSL324º85.94%25.1%-
HSV(B)324º92.44%46.67%-
XYZ8.984.637.08-
YUV49.41142.44177.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=58.62%
G=4.43%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11997500.920.370.5332485.9425.1
Hex7794B05C25351445619
Octal167111130134456550412631
Binary11101111001100101101011100100101110101101000100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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