#760C40

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

Shades of Tyrian Purple #760C40

Tints of Tyrian Purple #760C40

Color information

#760C40 (or 0x760C40) is unknown color: approx Tyrian Purple. HEX triplet: 76, 0C and 40. RGB value is (118,12,64). Sum of RGB (Red+Green+Blue) = 118+12+64=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #760C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C40 is #89F3BF. Grayscale: #313131. Windows color (decimal): -9040832 or 4197494. OLE color: 4197494.

HSL color Cylindrical-coordinate representation of color #760C40: hue angle of 330.57º 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 #760C40 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1181264-
CMYK00.900.460.54
HSL330.57º81.54%25.49%-
HSV(B)330.57º89.83%46.27%-
XYZ8.534.485.27-
YUV49.62136.12176.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 12 (5.08% from 255) = 6.19%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=60.82%
G=6.19%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118126400.900.460.54330.5781.5425.49
Hex76C4005A2E3614b5219
Octal166141000132566651312231
Binary11101101100100000001011010101110110110101001011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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