#760043

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

Shades of Tyrian Purple #760043

Tints of Tyrian Purple #760043

Color information

#760043 (or 0x760043) is unknown color: approx Tyrian Purple. HEX triplet: 76, 00 and 43. RGB value is (118,0,67). Sum of RGB (Red+Green+Blue) = 118+0+67=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #760043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760043 is #89FFBC. Grayscale: #2A2A2A. Windows color (decimal): -9043901 or 4391030. OLE color: 4391030.

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

Color convert

RGB118067-
CMYK010.430.54
HSL325.93º100%23.14%-
HSV(B)325.93º100%46.27%-
XYZ8.484.265.68-
YUV42.92141.59181.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 36.22%
R=63.78%
G=0%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118067010.430.54325.9310023.14
Hex760430642B361466417
Octal16601030144536650614427
Binary11101100100001101100100101011110110101000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760043; }

 p { color: rgb(118,0,67); }

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

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

 a { background-color: rgb(118,0,67); }

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

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

 span { border-color: rgb(118,0,67); }

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