#700B44

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

Shades of Tyrian Purple #700B44

Tints of Tyrian Purple #700B44

Color information

#700B44 (or 0x700B44) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0B and 44. RGB value is (112,11,68). Sum of RGB (Red+Green+Blue) = 112+11+68=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #700B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700B44 is #8FF4BB. Grayscale: #2F2F2F. Windows color (decimal): -9434300 or 4459376. OLE color: 4459376.

HSL color Cylindrical-coordinate representation of color #700B44: hue angle of 326.14º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B44 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1121168-
CMYK00.900.390.56
HSL326.14º82.11%24.12%-
HSV(B)326.14º90.18%43.92%-
XYZ7.854.15.85-
YUV47.7139.46173.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 11 (4.69% from 255) = 5.76%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=58.64%
G=5.76%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112116800.900.390.56326.1482.1124.12
Hex70B4405A27381465218
Octal160131040132477050612230
Binary11100001011100010001011010100111111000101000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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