#74004D

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

Shades of Tyrian Purple #74004D

Tints of Tyrian Purple #74004D

Color information

#74004D (or 0x74004D) is unknown color: approx Tyrian Purple. HEX triplet: 74, 00 and 4D. RGB value is (116,0,77). Sum of RGB (Red+Green+Blue) = 116+0+77=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #74004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74004D is #8BFFB2. Grayscale: #2B2B2B. Windows color (decimal): -9174963 or 5046388. OLE color: 5046388.

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

Color convert

RGB116077-
CMYK010.340.55
HSL320.17º100%22.75%-
HSV(B)320.17º100%45.49%-
XYZ8.544.257.39-
YUV43.46146.93179.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=60.10%
G=0%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116077010.340.55320.1710022.75
Hex7404D06422371406417
Octal16401150144426750014427
Binary11101000100110101100100100010110111101000000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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