#74054D

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

Shades of Tyrian Purple #74054D

Tints of Tyrian Purple #74054D

Color information

#74054D (or 0x74054D) is unknown color: approx Tyrian Purple. HEX triplet: 74, 05 and 4D. RGB value is (116,5,77). Sum of RGB (Red+Green+Blue) = 116+5+77=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #74054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74054D is #8BFAB2. Grayscale: #2E2E2E. Windows color (decimal): -9173683 or 5047668. OLE color: 5047668.

HSL color Cylindrical-coordinate representation of color #74054D: hue angle of 321.08º 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 #74054D is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB116577-
CMYK00.960.340.55
HSL321.08º91.74%23.73%-
HSV(B)321.08º95.69%45.49%-
XYZ8.64.367.41-
YUV46.4145.27177.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.59%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=58.59%
G=2.53%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11657700.960.340.55321.0891.7423.73
Hex7454D06022371415c18
Octal16451150140426750113430
Binary1110100101100110101100000100010110111101000001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74054D; }

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

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

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

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

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

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

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

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