#700D44

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

Shades of Tyrian Purple #700D44

Tints of Tyrian Purple #700D44

Color information

#700D44 (or 0x700D44) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0D and 44. RGB value is (112,13,68). Sum of RGB (Red+Green+Blue) = 112+13+68=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #700D44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D44 is #8FF2BB. Grayscale: #303030. Windows color (decimal): -9433788 or 4459888. OLE color: 4459888.

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

Color convert

RGB1121368-
CMYK00.880.390.56
HSL326.67º79.2%24.51%-
HSV(B)326.67º88.39%43.92%-
XYZ7.874.155.86-
YUV48.87138.8173.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 68 (26.95% from 255) = 35.23%
R=58.03%
G=6.74%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112136800.880.390.56326.6779.224.51
Hex70D4405827381474f19
Octal160151040130477050711731
Binary11100001101100010001011000100111111000101000111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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