#700044

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

Shades of Tyrian Purple #700044

Tints of Tyrian Purple #700044

Color information

#700044 (or 0x700044) is unknown color: approx Tyrian Purple. HEX triplet: 70, 00 and 44. RGB value is (112,0,68). Sum of RGB (Red+Green+Blue) = 112+0+68=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #700044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700044 is #8FFFBB. Grayscale: #292929. Windows color (decimal): -9437116 or 4456560. OLE color: 4456560.

HSL color Cylindrical-coordinate representation of color #700044: hue angle of 323.57º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700044 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB112068-
CMYK010.390.56
HSL323.57º100%21.96%-
HSV(B)323.57º100%43.92%-
XYZ7.733.865.81-
YUV41.24143.11178.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=62.22%
G=0%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112068010.390.56323.5710021.96
Hex7004406427381446416
Octal16001040144477050414426
Binary11100000100010001100100100111111000101000100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700044; }

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

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

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

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

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

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

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

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