#74045B

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

Shades of Tyrian Purple #74045B

Tints of Tyrian Purple #74045B

Color information

#74045B (or 0x74045B) is unknown color: approx Tyrian Purple. HEX triplet: 74, 04 and 5B. RGB value is (116,4,91). Sum of RGB (Red+Green+Blue) = 116+4+91=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74045B is #8BFBA4. Grayscale: #2F2F2F. Windows color (decimal): -9173925 or 5964916. OLE color: 5964916.

HSL color Cylindrical-coordinate representation of color #74045B: hue angle of 313.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 #74045B is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB116491-
CMYK00.970.220.55
HSL313.39º93.33%23.53%-
HSV(B)313.39º96.55%45.49%-
XYZ9.134.5610.3-
YUV47.41152.61176.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=54.98%
G=1.90%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11649100.970.220.55313.3993.3323.53
Hex7445B06116371395d18
Octal16441330141266747113530
Binary111010010010110110110000110110110111100111001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74045B; }

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

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

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

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

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

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

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

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