#700451

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

Shades of Tyrian Purple #700451

Tints of Tyrian Purple #700451

Color information

#700451 (or 0x700451) is unknown color: approx Tyrian Purple. HEX triplet: 70, 04 and 51. RGB value is (112,4,81). Sum of RGB (Red+Green+Blue) = 112+4+81=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #700451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700451 is #8FFBAE. Grayscale: #2C2C2C. Windows color (decimal): -9436079 or 5309552. OLE color: 5309552.

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

Color convert

RGB112481-
CMYK00.960.280.56
HSL317.22º93.1%22.75%-
HSV(B)317.22º96.43%43.92%-
XYZ8.214.138.15-
YUV45.07148.28175.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 81 (32.03% from 255) = 41.12%
R=56.85%
G=2.03%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11248100.960.280.56317.2293.122.75
Hex704510601C3813d5d17
Octal16041210140347047513527
Binary111000010010100010110000011100111000100111101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700451; }

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

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

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

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

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

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

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

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