#77063B

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

Shades of Tyrian Purple #77063B

Tints of Tyrian Purple #77063B

Color information

#77063B (or 0x77063B) is unknown color: approx Tyrian Purple. HEX triplet: 77, 06 and 3B. RGB value is (119,6,59). Sum of RGB (Red+Green+Blue) = 119+6+59=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77063B is #88F9C4. Grayscale: #2D2D2D. Windows color (decimal): -8976837 or 3868279. OLE color: 3868279.

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

Color convert

RGB119659-
CMYK00.950.500.53
HSL331.86º90.4%24.51%-
HSV(B)331.86º94.96%46.67%-
XYZ8.464.374.53-
YUV45.83135.44180.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.67%
GREEN value IS 6 (2.73% from 255) = 3.26%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=64.67%
G=3.26%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11965900.950.500.53331.8690.424.51
Hex7763B05F323514c5a19
Octal1676730137626551413231
Binary111011111011101101011111110010110101101001100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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