#70074E

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

Shades of Tyrian Purple #70074E

Tints of Tyrian Purple #70074E

Color information

#70074E (or 0x70074E) is unknown color: approx Tyrian Purple. HEX triplet: 70, 07 and 4E. RGB value is (112,7,78). Sum of RGB (Red+Green+Blue) = 112+7+78=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70074E is #8FF8B1. Grayscale: #2E2E2E. Windows color (decimal): -9435314 or 5113712. OLE color: 5113712.

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

Color convert

RGB112778-
CMYK00.940.300.56
HSL319.43º88.24%23.33%-
HSV(B)319.43º93.75%43.92%-
XYZ8.134.157.58-
YUV46.49145.79174.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=56.85%
G=3.55%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11277800.940.300.56319.4388.2423.33
Hex7074E05E1E3813f5817
Octal16071160136367047713027
Binary111000011110011100101111011110111000100111111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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