#740554

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

Shades of Tyrian Purple #740554

Tints of Tyrian Purple #740554

Color information

#740554 (or 0x740554) is unknown color: approx Tyrian Purple. HEX triplet: 74, 05 and 54. RGB value is (116,5,84). Sum of RGB (Red+Green+Blue) = 116+5+84=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #740554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740554 is #8BFAAB. Grayscale: #2E2E2E. Windows color (decimal): -9173676 or 5506420. OLE color: 5506420.

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

Color convert

RGB116584-
CMYK00.960.280.55
HSL317.3º91.74%23.73%-
HSV(B)317.3º95.69%45.49%-
XYZ8.864.468.78-
YUV47.2148.77177.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=56.59%
G=2.44%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11658400.960.280.55317.391.7423.73
Hex745540601C3713d5c18
Octal16451240140346747513430
Binary111010010110101000110000011100110111100111101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740554; }

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

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

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

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

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

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

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

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