#70014D

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

Shades of Tyrian Purple #70014D

Tints of Tyrian Purple #70014D

Color information

#70014D (or 0x70014D) is unknown color: approx Tyrian Purple. HEX triplet: 70, 01 and 4D. RGB value is (112,1,77). Sum of RGB (Red+Green+Blue) = 112+1+77=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70014D is #8FFEB2. Grayscale: #2A2A2A. Windows color (decimal): -9436851 or 5046640. OLE color: 5046640.

HSL color Cylindrical-coordinate representation of color #70014D: hue angle of 318.92º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70014D is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB112177-
CMYK00.990.310.56
HSL318.92º98.23%22.16%-
HSV(B)318.92º99.11%43.92%-
XYZ8.0347.37-
YUV42.85147.27177.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=58.95%
G=0.53%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11217700.990.310.56318.9298.2322.16
Hex7014D0631F3813f6216
Octal16011150143377047714226
Binary1110000110011010110001111111111000100111111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70014D; }

 p { color: rgb(112,1,77); }

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

<style>
 a { background-color: #70014D; }

 a { background-color: rgb(112,1,77); }

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

<style>
 span { border-color: #70014D; }

 span { border-color: rgb(112,1,77); }

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