#76064A

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

Shades of Tyrian Purple #76064A

Tints of Tyrian Purple #76064A

Color information

#76064A (or 0x76064A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 06 and 4A. RGB value is (118,6,74). Sum of RGB (Red+Green+Blue) = 118+6+74=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76064A is #89F9B5. Grayscale: #2F2F2F. Windows color (decimal): -9042358 or 4851318. OLE color: 4851318.

HSL color Cylindrical-coordinate representation of color #76064A: hue angle of 323.57º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76064A is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB118674-
CMYK00.950.370.54
HSL323.57º90.32%24.31%-
HSV(B)323.57º94.92%46.27%-
XYZ8.774.486.88-
YUV47.24143.11178.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 6 (2.73% from 255) = 3.03%
BLUE value IS 74 (29.30% from 255) = 37.37%
R=59.60%
G=3.03%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11867400.950.370.54323.5790.3224.31
Hex7664A05F25361445a18
Octal16661120137456650413230
Binary1110110110100101001011111100101110110101000100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,6,74); }

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

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

 a { background-color: rgb(118,6,74); }

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

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

 span { border-color: rgb(118,6,74); }

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