#74043F

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

Shades of Tyrian Purple #74043F

Tints of Tyrian Purple #74043F

Color information

#74043F (or 0x74043F) is unknown color: approx Tyrian Purple. HEX triplet: 74, 04 and 3F. RGB value is (116,4,63). Sum of RGB (Red+Green+Blue) = 116+4+63=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74043F is #8BFBC0. Grayscale: #2C2C2C. Windows color (decimal): -9173953 or 4129908. OLE color: 4129908.

HSL color Cylindrical-coordinate representation of color #74043F: hue angle of 328.39º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74043F is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB116463-
CMYK00.970.460.55
HSL328.39º93.33%23.53%-
HSV(B)328.39º96.55%45.49%-
XYZ8.144.165.08-
YUV44.21138.61179.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 63 (25% from 255) = 34.43%
R=63.39%
G=2.19%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11646300.970.460.55328.3993.3323.53
Hex7443F0612E371485d18
Octal1644770141566751013530
Binary111010010011111101100001101110110111101001000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74043F; }

 p { color: rgb(116,4,63); }

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

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

 a { background-color: rgb(116,4,63); }

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

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

 span { border-color: rgb(116,4,63); }

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