#760347

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

Shades of Tyrian Purple #760347

Tints of Tyrian Purple #760347

Color information

#760347 (or 0x760347) is unknown color: approx Tyrian Purple. HEX triplet: 76, 03 and 47. RGB value is (118,3,71). Sum of RGB (Red+Green+Blue) = 118+3+71=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #760347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760347 is #89FCB8. Grayscale: #2C2C2C. Windows color (decimal): -9043129 or 4653942. OLE color: 4653942.

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

Color convert

RGB118371-
CMYK00.970.400.54
HSL324.52º95.04%23.73%-
HSV(B)324.52º97.46%46.27%-
XYZ8.644.376.35-
YUV45.14142.6179.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 71 (28.12% from 255) = 36.98%
R=61.46%
G=1.56%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11837100.970.400.54324.5295.0423.73
Hex7634706128361455f18
Octal16631070141506650513730
Binary111011011100011101100001101000110110101000101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760347; }

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

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

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

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

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

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

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

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