#740048

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

Shades of Tyrian Purple #740048

Tints of Tyrian Purple #740048

Color information

#740048 (or 0x740048) is unknown color: approx Tyrian Purple. HEX triplet: 74, 00 and 48. RGB value is (116,0,72). Sum of RGB (Red+Green+Blue) = 116+0+72=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #740048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740048 is #8BFFB7. Grayscale: #2A2A2A. Windows color (decimal): -9174968 or 4718708. OLE color: 4718708.

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

Color convert

RGB116072-
CMYK010.380.55
HSL322.76º100%22.75%-
HSV(B)322.76º100%45.49%-
XYZ8.374.186.5-
YUV42.89144.43180.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 38.30%
R=61.70%
G=0%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116072010.380.55322.7610022.75
Hex7404806426371436417
Octal16401100144466750314427
Binary11101000100100001100100100110110111101000011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740048; }

 p { color: rgb(116,0,72); }

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

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

 a { background-color: rgb(116,0,72); }

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

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

 span { border-color: rgb(116,0,72); }

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