#70034E

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

Shades of Tyrian Purple #70034E

Tints of Tyrian Purple #70034E

Color information

#70034E (or 0x70034E) is unknown color: approx Tyrian Purple. HEX triplet: 70, 03 and 4E. RGB value is (112,3,78). Sum of RGB (Red+Green+Blue) = 112+3+78=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70034E is #8FFCB1. Grayscale: #2B2B2B. Windows color (decimal): -9436338 or 5112688. OLE color: 5112688.

HSL color Cylindrical-coordinate representation of color #70034E: hue angle of 318.72º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70034E is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB112378-
CMYK00.970.300.56
HSL318.72º94.78%22.55%-
HSV(B)318.72º97.32%43.92%-
XYZ8.094.067.56-
YUV44.14147.11176.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=58.03%
G=1.55%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11237800.970.300.56318.7294.7822.55
Hex7034E0611E3813f5f17
Octal16031160141367047713727
Binary11100001110011100110000111110111000100111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70034E; }

 p { color: rgb(112,3,78); }

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

<style>
 a { background-color: #70034E; }

 a { background-color: rgb(112,3,78); }

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

<style>
 span { border-color: #70034E; }

 span { border-color: rgb(112,3,78); }

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