#70044E

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

Shades of Tyrian Purple #70044E

Tints of Tyrian Purple #70044E

Color information

#70044E (or 0x70044E) is unknown color: approx Tyrian Purple. HEX triplet: 70, 04 and 4E. RGB value is (112,4,78). Sum of RGB (Red+Green+Blue) = 112+4+78=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70044E is #8FFBB1. Grayscale: #2C2C2C. Windows color (decimal): -9436082 or 5112944. OLE color: 5112944.

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

Color convert

RGB112478-
CMYK00.960.300.56
HSL318.89º93.1%22.75%-
HSV(B)318.89º96.43%43.92%-
XYZ8.14.087.57-
YUV44.73146.78175.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=57.73%
G=2.06%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11247800.960.300.56318.8993.122.75
Hex7044E0601E3813f5d17
Octal16041160140367047713527
Binary111000010010011100110000011110111000100111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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