#700D37

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

Shades of Tyrian Purple #700D37

Tints of Tyrian Purple #700D37

Color information

#700D37 (or 0x700D37) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0D and 37. RGB value is (112,13,55). Sum of RGB (Red+Green+Blue) = 112+13+55=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D37 is #8FF2C8. Grayscale: #2F2F2F. Windows color (decimal): -9433801 or 3607920. OLE color: 3607920.

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

Color convert

RGB1121355-
CMYK00.880.510.56
HSL334.55º79.2%24.51%-
HSV(B)334.55º88.39%43.92%-
XYZ7.524.013.99-
YUV47.39132.3174.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 13 (5.47% from 255) = 7.22%
BLUE value IS 55 (21.88% from 255) = 30.56%
R=62.22%
G=7.22%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112135500.880.510.56334.5579.224.51
Hex70D37058333814f4f19
Octal16015670130637051711731
Binary1110000110111011101011000110011111000101001111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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