#700146

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

Shades of Tyrian Purple #700146

Tints of Tyrian Purple #700146

Color information

#700146 (or 0x700146) is unknown color: approx Tyrian Purple. HEX triplet: 70, 01 and 46. RGB value is (112,1,70). Sum of RGB (Red+Green+Blue) = 112+1+70=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #700146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700146 is #8FFEB9. Grayscale: #292929. Windows color (decimal): -9436858 or 4587888. OLE color: 4587888.

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

Color convert

RGB112170-
CMYK00.990.380.56
HSL322.7º98.23%22.16%-
HSV(B)322.7º99.11%43.92%-
XYZ7.83.916.14-
YUV42.06143.77177.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=61.20%
G=0.55%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11217000.990.380.56322.798.2322.16
Hex7014606326381436216
Octal16011060143467050314226
Binary11100001100011001100011100110111000101000011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700146; }

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

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

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

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

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

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

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

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