#70094C

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

Shades of Tyrian Purple #70094C

Tints of Tyrian Purple #70094C

Color information

#70094C (or 0x70094C) is unknown color: approx Tyrian Purple. HEX triplet: 70, 09 and 4C. RGB value is (112,9,76). Sum of RGB (Red+Green+Blue) = 112+9+76=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70094C is #8FF6B3. Grayscale: #2F2F2F. Windows color (decimal): -9434804 or 4983152. OLE color: 4983152.

HSL color Cylindrical-coordinate representation of color #70094C: hue angle of 320.97º 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 #70094C is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB112976-
CMYK00.920.320.56
HSL320.97º85.12%23.73%-
HSV(B)320.97º91.96%43.92%-
XYZ8.084.167.21-
YUV47.44144.12174.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 76 (30.08% from 255) = 38.58%
R=56.85%
G=4.57%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11297600.920.320.56320.9785.1223.73
Hex7094C05C20381415518
Octal160111140134407050112530
Binary11100001001100110001011100100000111000101000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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