#760C4E

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

Shades of Tyrian Purple #760C4E

Tints of Tyrian Purple #760C4E

Color information

#760C4E (or 0x760C4E) is unknown color: approx Tyrian Purple. HEX triplet: 76, 0C and 4E. RGB value is (118,12,78). Sum of RGB (Red+Green+Blue) = 118+12+78=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #760C4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C4E is #89F3B1. Grayscale: #333333. Windows color (decimal): -9040818 or 5114998. OLE color: 5114998.

HSL color Cylindrical-coordinate representation of color #760C4E: hue angle of 322.64º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C4E is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1181278-
CMYK00.900.340.54
HSL322.64º81.54%25.49%-
HSV(B)322.64º89.83%46.27%-
XYZ8.984.667.63-
YUV51.22143.12175.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=56.73%
G=5.77%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118127800.900.340.54322.6481.5425.49
Hex76C4E05A22361435219
Octal166141160132426650312231
Binary11101101100100111001011010100010110110101000011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760C4E; }

 p { color: rgb(118,12,78); }

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

<style>
 a { background-color: #760C4E; }

 a { background-color: rgb(118,12,78); }

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

<style>
 span { border-color: #760C4E; }

 span { border-color: rgb(118,12,78); }

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