#700446

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

Shades of Tyrian Purple #700446

Tints of Tyrian Purple #700446

Color information

#700446 (or 0x700446) is unknown color: approx Tyrian Purple. HEX triplet: 70, 04 and 46. RGB value is (112,4,70). Sum of RGB (Red+Green+Blue) = 112+4+70=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #700446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700446 is #8FFBB9. Grayscale: #2B2B2B. Windows color (decimal): -9436090 or 4588656. OLE color: 4588656.

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

Color convert

RGB112470-
CMYK00.960.380.56
HSL323.33º93.1%22.75%-
HSV(B)323.33º96.43%43.92%-
XYZ7.833.976.15-
YUV43.82142.78176.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.22%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 70 (27.73% from 255) = 37.63%
R=60.22%
G=2.15%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11247000.960.380.56323.3393.122.75
Hex7044606026381435d17
Octal16041060140467050313527
Binary1110000100100011001100000100110111000101000011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700446; }

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

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

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

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

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

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

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

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