#76064F

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

Shades of Tyrian Purple #76064F

Tints of Tyrian Purple #76064F

Color information

#76064F (or 0x76064F) is unknown color: approx Tyrian Purple. HEX triplet: 76, 06 and 4F. RGB value is (118,6,79). Sum of RGB (Red+Green+Blue) = 118+6+79=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76064F is #89F9B0. Grayscale: #2F2F2F. Windows color (decimal): -9042353 or 5178998. OLE color: 5178998.

HSL color Cylindrical-coordinate representation of color #76064F: hue angle of 320.89º 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 #76064F is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB118679-
CMYK00.950.330.54
HSL320.89º90.32%24.31%-
HSV(B)320.89º94.92%46.27%-
XYZ8.954.557.8-
YUV47.81145.61178.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 79 (31.25% from 255) = 38.92%
R=58.13%
G=2.96%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11867900.950.330.54320.8990.3224.31
Hex7664F05F21361415a18
Octal16661170137416650113230
Binary1110110110100111101011111100001110110101000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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