#700344

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

Shades of Tyrian Purple #700344

Tints of Tyrian Purple #700344

Color information

#700344 (or 0x700344) is unknown color: approx Tyrian Purple. HEX triplet: 70, 03 and 44. RGB value is (112,3,68). Sum of RGB (Red+Green+Blue) = 112+3+68=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #700344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700344 is #8FFCBB. Grayscale: #2A2A2A. Windows color (decimal): -9436348 or 4457328. OLE color: 4457328.

HSL color Cylindrical-coordinate representation of color #700344: hue angle of 324.22º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700344 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB112368-
CMYK00.970.390.56
HSL324.22º94.78%22.55%-
HSV(B)324.22º97.32%43.92%-
XYZ7.763.935.82-
YUV43142.11177.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 68 (26.95% from 255) = 37.16%
R=61.20%
G=1.64%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11236800.970.390.56324.2294.7822.55
Hex7034406127381445f17
Octal16031040141477050413727
Binary111000011100010001100001100111111000101000100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700344; }

 p { color: rgb(112,3,68); }

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

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

 a { background-color: rgb(112,3,68); }

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

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

 span { border-color: rgb(112,3,68); }

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