#70004F

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

Shades of Tyrian Purple #70004F

Tints of Tyrian Purple #70004F

Color information

#70004F (or 0x70004F) is unknown color: approx Tyrian Purple. HEX triplet: 70, 00 and 4F. RGB value is (112,0,79). Sum of RGB (Red+Green+Blue) = 112+0+79=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70004F is #8FFFB0. Grayscale: #2A2A2A. Windows color (decimal): -9437105 or 5177456. OLE color: 5177456.

HSL color Cylindrical-coordinate representation of color #70004F: hue angle of 317.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70004F is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB112079-
CMYK010.290.56
HSL317.68º100%21.96%-
HSV(B)317.68º100%43.92%-
XYZ8.094.017.74-
YUV42.49148.61177.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=58.64%
G=0%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112079010.290.56317.6810021.96
Hex7004F0641D3813e6416
Octal16001170144357047614426
Binary1110000010011110110010011101111000100111110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70004F; }

 p { color: rgb(112,0,79); }

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

<style>
 a { background-color: #70004F; }

 a { background-color: rgb(112,0,79); }

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

<style>
 span { border-color: #70004F; }

 span { border-color: rgb(112,0,79); }

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