#740354

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

Shades of Tyrian Purple #740354

Tints of Tyrian Purple #740354

Color information

#740354 (or 0x740354) is unknown color: approx Tyrian Purple. HEX triplet: 74, 03 and 54. RGB value is (116,3,84). Sum of RGB (Red+Green+Blue) = 116+3+84=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #740354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740354 is #8BFCAB. Grayscale: #2D2D2D. Windows color (decimal): -9174188 or 5505908. OLE color: 5505908.

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

Color convert

RGB116384-
CMYK00.970.280.55
HSL316.99º94.96%23.33%-
HSV(B)316.99º97.41%45.49%-
XYZ8.844.428.77-
YUV46.02149.44177.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=57.14%
G=1.48%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11638400.970.280.55316.9994.9623.33
Hex743540611C3713d5f17
Octal16431240141346747513727
Binary11101001110101000110000111100110111100111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740354; }

 p { color: rgb(116,3,84); }

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

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

 a { background-color: rgb(116,3,84); }

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

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

 span { border-color: rgb(116,3,84); }

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