#700D54

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

Shades of Tyrian Purple #700D54

Tints of Tyrian Purple #700D54

Color information

#700D54 (or 0x700D54) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0D and 54. RGB value is (112,13,84). Sum of RGB (Red+Green+Blue) = 112+13+84=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #700D54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D54 is #8FF2AB. Grayscale: #323232. Windows color (decimal): -9433772 or 5508464. OLE color: 5508464.

HSL color Cylindrical-coordinate representation of color #700D54: hue angle of 316.97º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700D54 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB1121384-
CMYK00.880.250.56
HSL316.97º79.2%24.51%-
HSV(B)316.97º88.39%43.92%-
XYZ8.434.378.79-
YUV50.7146.8171.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 13 (5.47% from 255) = 6.22%
BLUE value IS 84 (33.20% from 255) = 40.19%
R=53.59%
G=6.22%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112138400.880.250.56316.9779.224.51
Hex70D54058193813d4f19
Octal160151240130317047511731
Binary1110000110110101000101100011001111000100111101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700D54; }

 p { color: rgb(112,13,84); }

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

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

 a { background-color: rgb(112,13,84); }

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

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

 span { border-color: rgb(112,13,84); }

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