#700E36

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

Shades of Tyrian Purple #700E36

Tints of Tyrian Purple #700E36

Color information

#700E36 (or 0x700E36) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0E and 36. RGB value is (112,14,54). Sum of RGB (Red+Green+Blue) = 112+14+54=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700E36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E36 is #8FF1C9. Grayscale: #2F2F2F. Windows color (decimal): -9433546 or 3542640. OLE color: 3542640.

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

Color convert

RGB1121454-
CMYK00.880.520.56
HSL335.51º77.78%24.71%-
HSV(B)335.51º87.5%43.92%-
XYZ7.54.033.87-
YUV47.86131.47173.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 14 (5.86% from 255) = 7.78%
BLUE value IS 54 (21.48% from 255) = 30%
R=62.22%
G=7.78%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112145400.880.520.56335.5177.7824.71
Hex70E3605834381504e19
Octal16016660130647052011631
Binary1110000111011011001011000110100111000101010000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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