#700E42

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

Shades of Tyrian Purple #700E42

Tints of Tyrian Purple #700E42

Color information

#700E42 (or 0x700E42) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0E and 42. RGB value is (112,14,66). Sum of RGB (Red+Green+Blue) = 112+14+66=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #700E42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E42 is #8FF1BD. Grayscale: #313131. Windows color (decimal): -9433534 or 4329072. OLE color: 4329072.

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

Color convert

RGB1121466-
CMYK00.880.410.56
HSL328.16º77.78%24.71%-
HSV(B)328.16º87.5%43.92%-
XYZ7.824.155.54-
YUV49.23137.47172.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.33%
GREEN value IS 14 (5.86% from 255) = 7.29%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=58.33%
G=7.29%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112146600.880.410.56328.1677.7824.71
Hex70E4205829381484e19
Octal160161020130517051011631
Binary11100001110100001001011000101001111000101001000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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