#760747

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

Shades of Tyrian Purple #760747

Tints of Tyrian Purple #760747

Color information

#760747 (or 0x760747) is unknown color: approx Tyrian Purple. HEX triplet: 76, 07 and 47. RGB value is (118,7,71). Sum of RGB (Red+Green+Blue) = 118+7+71=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #760747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760747 is #89F8B8. Grayscale: #2F2F2F. Windows color (decimal): -9042105 or 4654966. OLE color: 4654966.

HSL color Cylindrical-coordinate representation of color #760747: hue angle of 325.41º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760747 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB118771-
CMYK00.940.400.54
HSL325.41º88.8%24.51%-
HSV(B)325.41º94.07%46.27%-
XYZ8.684.466.36-
YUV47.48141.27178.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=60.20%
G=3.57%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11877100.940.400.54325.4188.824.51
Hex7674705E28361455919
Octal16671070136506650513131
Binary1110110111100011101011110101000110110101000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760747; }

 p { color: rgb(118,7,71); }

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

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

 a { background-color: rgb(118,7,71); }

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

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

 span { border-color: rgb(118,7,71); }

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