#700249

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

Shades of Tyrian Purple #700249

Tints of Tyrian Purple #700249

Color information

#700249 (or 0x700249) is unknown color: approx Tyrian Purple. HEX triplet: 70, 02 and 49. RGB value is (112,2,73). Sum of RGB (Red+Green+Blue) = 112+2+73=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700249 is #8FFDB6. Grayscale: #2A2A2A. Windows color (decimal): -9436599 or 4784752. OLE color: 4784752.

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

Color convert

RGB112273-
CMYK00.980.350.56
HSL321.27º96.49%22.35%-
HSV(B)321.27º98.21%43.92%-
XYZ7.913.976.65-
YUV42.98144.94177.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=59.89%
G=1.07%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11227300.980.350.56321.2796.4922.35
Hex7024906223381416016
Octal16021110142437050114026
Binary111000010100100101100010100011111000101000001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700249; }

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

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

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

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

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

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

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

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