#77063D

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

Shades of Tyrian Purple #77063D

Tints of Tyrian Purple #77063D

Color information

#77063D (or 0x77063D) is unknown color: approx Tyrian Purple. HEX triplet: 77, 06 and 3D. RGB value is (119,6,61). Sum of RGB (Red+Green+Blue) = 119+6+61=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77063D is #88F9C2. Grayscale: #2D2D2D. Windows color (decimal): -8976835 or 3999351. OLE color: 3999351.

HSL color Cylindrical-coordinate representation of color #77063D: hue angle of 330.8º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77063D is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB119661-
CMYK00.950.490.53
HSL330.8º90.4%24.51%-
HSV(B)330.8º94.96%46.67%-
XYZ8.524.394.81-
YUV46.06136.44180.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.98%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=63.98%
G=3.23%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11966100.950.490.53330.890.424.51
Hex7763D05F313514b5a19
Octal1676750137616551313231
Binary111011111011110101011111110001110101101001011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77063D; }

 p { color: rgb(119,6,61); }

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

<style>
 a { background-color: #77063D; }

 a { background-color: rgb(119,6,61); }

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

<style>
 span { border-color: #77063D; }

 span { border-color: rgb(119,6,61); }

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