#700D39

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

Shades of Tyrian Purple #700D39

Tints of Tyrian Purple #700D39

Color information

#700D39 (or 0x700D39) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0D and 39. RGB value is (112,13,57). Sum of RGB (Red+Green+Blue) = 112+13+57=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #700D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D39 is #8FF2C6. Grayscale: #2F2F2F. Windows color (decimal): -9433799 or 3738992. OLE color: 3738992.

HSL color Cylindrical-coordinate representation of color #700D39: hue angle of 333.33º 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 #700D39 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1121357-
CMYK00.880.490.56
HSL333.33º79.2%24.51%-
HSV(B)333.33º88.39%43.92%-
XYZ7.564.034.25-
YUV47.62133.3173.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.54%
GREEN value IS 13 (5.47% from 255) = 7.14%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=61.54%
G=7.14%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112135700.880.490.56333.3379.224.51
Hex70D39058313814d4f19
Octal16015710130617051511731
Binary1110000110111100101011000110001111000101001101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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