#700E48

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

Shades of Tyrian Purple #700E48

Tints of Tyrian Purple #700E48

Color information

#700E48 (or 0x700E48) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0E and 48. RGB value is (112,14,72). Sum of RGB (Red+Green+Blue) = 112+14+72=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #700E48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E48 is #8FF1B7. Grayscale: #313131. Windows color (decimal): -9433528 or 4722288. OLE color: 4722288.

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

Color convert

RGB1121472-
CMYK00.880.360.56
HSL324.49º77.78%24.71%-
HSV(B)324.49º87.5%43.92%-
XYZ8.014.236.52-
YUV49.91140.47172.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=56.57%
G=7.07%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112147200.880.360.56324.4977.7824.71
Hex70E4805824381444e19
Octal160161100130447050411631
Binary11100001110100100001011000100100111000101000100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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