#700449

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

Shades of Tyrian Purple #700449

Tints of Tyrian Purple #700449

Color information

#700449 (or 0x700449) is unknown color: approx Tyrian Purple. HEX triplet: 70, 04 and 49. RGB value is (112,4,73). Sum of RGB (Red+Green+Blue) = 112+4+73=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #700449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700449 is #8FFBB6. Grayscale: #2B2B2B. Windows color (decimal): -9436087 or 4785264. OLE color: 4785264.

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

Color convert

RGB112473-
CMYK00.960.350.56
HSL321.67º93.1%22.75%-
HSV(B)321.67º96.43%43.92%-
XYZ7.934.016.66-
YUV44.16144.28176.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.26%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=59.26%
G=2.12%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11247300.960.350.56321.6793.122.75
Hex7044906023381425d17
Octal16041110140437050213527
Binary1110000100100100101100000100011111000101000010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700449; }

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

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

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

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

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

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

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

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