#74093B

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

Shades of Tyrian Purple #74093B

Tints of Tyrian Purple #74093B

Color information

#74093B (or 0x74093B) is unknown color: approx Tyrian Purple. HEX triplet: 74, 09 and 3B. RGB value is (116,9,59). Sum of RGB (Red+Green+Blue) = 116+9+59=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #74093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74093B is #8BF6C4. Grayscale: #2E2E2E. Windows color (decimal): -9172677 or 3869044. OLE color: 3869044.

HSL color Cylindrical-coordinate representation of color #74093B: hue angle of 331.96º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74093B is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB116959-
CMYK00.920.490.55
HSL331.96º85.6%24.51%-
HSV(B)331.96º92.24%45.49%-
XYZ8.094.224.53-
YUV46.69134.95177.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.04%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=63.04%
G=4.89%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11695900.920.490.55331.9685.624.51
Hex7493B05C313714c5619
Octal16411730134616751412631
Binary1110100100111101101011100110001110111101001100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,9,59); }

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

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

 a { background-color: rgb(116,9,59); }

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

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

 span { border-color: rgb(116,9,59); }

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