#74094B

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

Shades of Tyrian Purple #74094B

Tints of Tyrian Purple #74094B

Color information

#74094B (or 0x74094B) is unknown color: approx Tyrian Purple. HEX triplet: 74, 09 and 4B. RGB value is (116,9,75). Sum of RGB (Red+Green+Blue) = 116+9+75=200 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 116 - color contains mainly: red. Hex color #74094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74094B is #8BF6B4. Grayscale: #303030. Windows color (decimal): -9172661 or 4917620. OLE color: 4917620.

HSL color Cylindrical-coordinate representation of color #74094B: hue angle of 322.99º 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 #74094B is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB116975-
CMYK00.920.350.55
HSL322.99º85.6%24.51%-
HSV(B)322.99º92.24%45.49%-
XYZ8.574.427.06-
YUV48.52142.95176.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=58%
G=4.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11697500.920.350.55322.9985.624.51
Hex7494B05C23371435619
Octal164111130134436750312631
Binary11101001001100101101011100100011110111101000011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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