#740C51

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

Shades of Tyrian Purple #740C51

Tints of Tyrian Purple #740C51

Color information

#740C51 (or 0x740C51) is unknown color: approx Tyrian Purple. HEX triplet: 74, 0C and 51. RGB value is (116,12,81). Sum of RGB (Red+Green+Blue) = 116+12+81=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #740C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740C51 is #8BF3AE. Grayscale: #323232. Windows color (decimal): -9171887 or 5311604. OLE color: 5311604.

HSL color Cylindrical-coordinate representation of color #740C51: hue angle of 320.19º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C51 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1161281-
CMYK00.900.300.55
HSL320.19º81.25%25.1%-
HSV(B)320.19º89.66%45.49%-
XYZ8.824.578.2-
YUV50.96144.96174.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.50%
GREEN value IS 12 (5.08% from 255) = 5.74%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=55.50%
G=5.74%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116128100.900.300.55320.1981.2525.1
Hex74C5105A1E371405119
Octal164141210132366750012131
Binary1110100110010100010101101011110110111101000000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,12,81); }

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

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

 a { background-color: rgb(116,12,81); }

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

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

 span { border-color: rgb(116,12,81); }

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