#740246

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

Shades of Tyrian Purple #740246

Tints of Tyrian Purple #740246

Color information

#740246 (or 0x740246) is unknown color: approx Tyrian Purple. HEX triplet: 74, 02 and 46. RGB value is (116,2,70). Sum of RGB (Red+Green+Blue) = 116+2+70=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #740246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740246 is #8BFDB9. Grayscale: #2B2B2B. Windows color (decimal): -9174458 or 4588148. OLE color: 4588148.

HSL color Cylindrical-coordinate representation of color #740246: hue angle of 324.21º 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 #740246 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB116270-
CMYK00.980.400.55
HSL324.21º96.61%23.14%-
HSV(B)324.21º98.28%45.49%-
XYZ8.334.26.17-
YUV43.84142.77179.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.70%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=61.70%
G=1.06%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11627000.980.400.55324.2196.6123.14
Hex7424606228371446117
Octal16421060142506750414127
Binary111010010100011001100010101000110111101000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740246; }

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

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

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

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

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

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

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

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