#740D48

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

Shades of Tyrian Purple #740D48

Tints of Tyrian Purple #740D48

Color information

#740D48 (or 0x740D48) is unknown color: approx Tyrian Purple. HEX triplet: 74, 0D and 48. RGB value is (116,13,72). Sum of RGB (Red+Green+Blue) = 116+13+72=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #740D48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D48 is #8BF2B7. Grayscale: #323232. Windows color (decimal): -9171640 or 4722036. OLE color: 4722036.

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

Color convert

RGB1161372-
CMYK00.890.380.55
HSL325.63º79.84%25.29%-
HSV(B)325.63º88.79%45.49%-
XYZ8.524.476.54-
YUV50.52140.12174.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 13 (5.47% from 255) = 6.47%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=57.71%
G=6.47%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116137200.890.380.55325.6379.8425.29
Hex74D4805926371465019
Octal164151100131466750612031
Binary11101001101100100001011001100110110111101000110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740D48; }

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

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

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

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

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

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

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

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