#740236

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

Shades of Tyrian Purple #740236

Tints of Tyrian Purple #740236

Color information

#740236 (or 0x740236) is unknown color: approx Tyrian Purple. HEX triplet: 74, 02 and 36. RGB value is (116,2,54). Sum of RGB (Red+Green+Blue) = 116+2+54=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #740236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740236 is #8BFDC9. Grayscale: #292929. Windows color (decimal): -9174474 or 3539572. OLE color: 3539572.

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

Color convert

RGB116254-
CMYK00.980.530.55
HSL332.63º96.61%23.14%-
HSV(B)332.63º98.28%45.49%-
XYZ7.894.023.85-
YUV42.01134.77180.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.44%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 54 (21.48% from 255) = 31.40%
R=67.44%
G=1.16%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11625400.980.530.55332.6396.6123.14
Hex74236062353714d6117
Octal1642660142656751514127
Binary11101001011011001100010110101110111101001101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740236; }

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

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

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

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

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

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

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

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