#740050

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

Shades of Tyrian Purple #740050

Tints of Tyrian Purple #740050

Color information

#740050 (or 0x740050) is unknown color: approx Tyrian Purple. HEX triplet: 74, 00 and 50. RGB value is (116,0,80). Sum of RGB (Red+Green+Blue) = 116+0+80=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #740050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740050 is #8BFFAF. Grayscale: #2B2B2B. Windows color (decimal): -9174960 or 5242996. OLE color: 5242996.

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

Color convert

RGB116080-
CMYK010.310.55
HSL318.62º100%22.75%-
HSV(B)318.62º100%45.49%-
XYZ8.654.297.96-
YUV43.8148.43179.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=59.18%
G=0%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116080010.310.55318.6210022.75
Hex740500641F3713f6417
Octal16401200144376747714427
Binary1110100010100000110010011111110111100111111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740050; }

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

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

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

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

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

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

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

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