#700E37

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

Shades of Tyrian Purple #700E37

Tints of Tyrian Purple #700E37

Color information

#700E37 (or 0x700E37) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0E and 37. RGB value is (112,14,55). Sum of RGB (Red+Green+Blue) = 112+14+55=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #700E37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E37 is #8FF1C8. Grayscale: #2F2F2F. Windows color (decimal): -9433545 or 3608176. OLE color: 3608176.

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

Color convert

RGB1121455-
CMYK00.880.510.56
HSL334.9º77.78%24.71%-
HSV(B)334.9º87.5%43.92%-
XYZ7.534.034-
YUV47.98131.97173.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.88%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 55 (21.88% from 255) = 30.39%
R=61.88%
G=7.73%
B=30.39%

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
Decimal112145500.880.510.56334.977.7824.71
Hex70E37058333814f4e19
Octal16016670130637051711631
Binary1110000111011011101011000110011111000101001111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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