#700143

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

Shades of Tyrian Purple #700143

Tints of Tyrian Purple #700143

Color information

#700143 (or 0x700143) is unknown color: approx Tyrian Purple. HEX triplet: 70, 01 and 43. RGB value is (112,1,67). Sum of RGB (Red+Green+Blue) = 112+1+67=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700143 is #8FFEBC. Grayscale: #292929. Windows color (decimal): -9436861 or 4391280. OLE color: 4391280.

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

Color convert

RGB112167-
CMYK00.990.400.56
HSL324.32º98.23%22.16%-
HSV(B)324.32º99.11%43.92%-
XYZ7.713.875.65-
YUV41.71142.27178.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=62.22%
G=0.56%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11216700.990.400.56324.3298.2322.16
Hex7014306328381446216
Octal16011030143507050414226
Binary11100001100001101100011101000111000101000100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700143; }

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

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

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

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

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

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

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

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