#740848

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

Shades of Tyrian Purple #740848

Tints of Tyrian Purple #740848

Color information

#740848 (or 0x740848) is unknown color: approx Tyrian Purple. HEX triplet: 74, 08 and 48. RGB value is (116,8,72). Sum of RGB (Red+Green+Blue) = 116+8+72=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #740848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740848 is #8BF7B7. Grayscale: #2F2F2F. Windows color (decimal): -9172920 or 4720756. OLE color: 4720756.

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

Color convert

RGB116872-
CMYK00.930.380.55
HSL324.44º87.1%24.31%-
HSV(B)324.44º93.1%45.49%-
XYZ8.464.356.53-
YUV47.59141.78176.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.18%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=59.18%
G=4.08%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11687200.930.380.55324.4487.124.31
Hex7484805D26371445718
Octal164101100135466750412730
Binary11101001000100100001011101100110110111101000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740848; }

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

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

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

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

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

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

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

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