#700142

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

Shades of Tyrian Purple #700142

Tints of Tyrian Purple #700142

Color information

#700142 (or 0x700142) is unknown color: approx Tyrian Purple. HEX triplet: 70, 01 and 42. RGB value is (112,1,66). Sum of RGB (Red+Green+Blue) = 112+1+66=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #700142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700142 is #8FFEBD. Grayscale: #292929. Windows color (decimal): -9436862 or 4325744. OLE color: 4325744.

HSL color Cylindrical-coordinate representation of color #700142: hue angle of 324.86º 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 #700142 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB112166-
CMYK00.990.410.56
HSL324.86º98.23%22.16%-
HSV(B)324.86º99.11%43.92%-
XYZ7.683.865.49-
YUV41.6141.77178.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.57%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=62.57%
G=0.56%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11216600.990.410.56324.8698.2322.16
Hex7014206329381456216
Octal16011020143517050514226
Binary11100001100001001100011101001111000101000101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700142; }

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

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

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

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

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

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

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

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