#760144

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

Shades of Tyrian Purple #760144

Tints of Tyrian Purple #760144

Color information

#760144 (or 0x760144) is unknown color: approx Tyrian Purple. HEX triplet: 76, 01 and 44. RGB value is (118,1,68). Sum of RGB (Red+Green+Blue) = 118+1+68=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #760144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760144 is #89FEBB. Grayscale: #2B2B2B. Windows color (decimal): -9043644 or 4456822. OLE color: 4456822.

HSL color Cylindrical-coordinate representation of color #760144: hue angle of 325.64º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760144 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB118168-
CMYK00.990.420.54
HSL325.64º98.32%23.33%-
HSV(B)325.64º99.15%46.27%-
XYZ8.534.295.85-
YUV43.62141.76181.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=63.10%
G=0.53%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11816800.990.420.54325.6498.3223.33
Hex761440632A361466217
Octal16611040143526650614227
Binary11101101100010001100011101010110110101000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760144; }

 p { color: rgb(118,1,68); }

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

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

 a { background-color: rgb(118,1,68); }

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

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

 span { border-color: rgb(118,1,68); }

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