#760447

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

Shades of Tyrian Purple #760447

Tints of Tyrian Purple #760447

Color information

#760447 (or 0x760447) is unknown color: approx Tyrian Purple. HEX triplet: 76, 04 and 47. RGB value is (118,4,71). Sum of RGB (Red+Green+Blue) = 118+4+71=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #760447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760447 is #89FBB8. Grayscale: #2D2D2D. Windows color (decimal): -9042873 or 4654198. OLE color: 4654198.

HSL color Cylindrical-coordinate representation of color #760447: hue angle of 324.74º degrees, saturation: 0.93, 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 #760447 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB118471-
CMYK00.970.400.54
HSL324.74º93.44%23.92%-
HSV(B)324.74º96.61%46.27%-
XYZ8.654.396.35-
YUV45.72142.27179.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=61.14%
G=2.07%
B=36.79%

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
Decimal11847100.970.400.54324.7493.4423.92
Hex7644706128361455d18
Octal16641070141506650513530
Binary1110110100100011101100001101000110110101000101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760447; }

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

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

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

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

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

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

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

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