#760449

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

Shades of Tyrian Purple #760449

Tints of Tyrian Purple #760449

Color information

#760449 (or 0x760449) is unknown color: approx Tyrian Purple. HEX triplet: 76, 04 and 49. RGB value is (118,4,73). Sum of RGB (Red+Green+Blue) = 118+4+73=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #760449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760449 is #89FBB6. Grayscale: #2D2D2D. Windows color (decimal): -9042871 or 4785270. OLE color: 4785270.

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

Color convert

RGB118473-
CMYK00.970.380.54
HSL323.68º93.44%23.92%-
HSV(B)323.68º96.61%46.27%-
XYZ8.724.426.7-
YUV45.95143.27179.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=60.51%
G=2.05%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11847300.970.380.54323.6893.4423.92
Hex7644906126361445d18
Octal16641110141466650413530
Binary1110110100100100101100001100110110110101000100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760449; }

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

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

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

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

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

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

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

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