#740242

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

Shades of Tyrian Purple #740242

Tints of Tyrian Purple #740242

Color information

#740242 (or 0x740242) is unknown color: approx Tyrian Purple. HEX triplet: 74, 02 and 42. RGB value is (116,2,66). Sum of RGB (Red+Green+Blue) = 116+2+66=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #740242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740242 is #8BFDBD. Grayscale: #2B2B2B. Windows color (decimal): -9174462 or 4326004. OLE color: 4326004.

HSL color Cylindrical-coordinate representation of color #740242: hue angle of 326.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740242 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB116266-
CMYK00.980.430.55
HSL326.32º96.61%23.14%-
HSV(B)326.32º98.28%45.49%-
XYZ8.214.155.52-
YUV43.38140.77179.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.04%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=63.04%
G=1.09%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11626600.980.430.55326.3296.6123.14
Hex742420622B371466117
Octal16421020142536750614127
Binary111010010100001001100010101011110111101000110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740242; }

 p { color: rgb(116,2,66); }

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

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

 a { background-color: rgb(116,2,66); }

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

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

 span { border-color: rgb(116,2,66); }

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