#70094A

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

Shades of Tyrian Purple #70094A

Tints of Tyrian Purple #70094A

Color information

#70094A (or 0x70094A) is unknown color: approx Tyrian Purple. HEX triplet: 70, 09 and 4A. RGB value is (112,9,74). Sum of RGB (Red+Green+Blue) = 112+9+74=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #70094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70094A is #8FF6B5. Grayscale: #2F2F2F. Windows color (decimal): -9434806 or 4852080. OLE color: 4852080.

HSL color Cylindrical-coordinate representation of color #70094A: hue angle of 322.14º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70094A is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB112974-
CMYK00.920.340.56
HSL322.14º85.12%23.73%-
HSV(B)322.14º91.96%43.92%-
XYZ8.024.136.85-
YUV47.21143.12174.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.44%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=57.44%
G=4.62%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11297400.920.340.56322.1485.1223.73
Hex7094A05C22381425518
Octal160111120134427050212530
Binary11100001001100101001011100100010111000101000010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70094A; }

 p { color: rgb(112,9,74); }

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

<style>
 a { background-color: #70094A; }

 a { background-color: rgb(112,9,74); }

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

<style>
 span { border-color: #70094A; }

 span { border-color: rgb(112,9,74); }

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