#700B51

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

Shades of Tyrian Purple #700B51

Tints of Tyrian Purple #700B51

Color information

#700B51 (or 0x700B51) is unknown color: approx Tyrian Purple. HEX triplet: 70, 0B and 51. RGB value is (112,11,81). Sum of RGB (Red+Green+Blue) = 112+11+81=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #700B51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B51 is #8FF4AE. Grayscale: #313131. Windows color (decimal): -9434287 or 5311344. OLE color: 5311344.

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

Color convert

RGB1121181-
CMYK00.900.280.56
HSL318.42º82.11%24.12%-
HSV(B)318.42º90.18%43.92%-
XYZ8.294.288.17-
YUV49.18145.96172.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=54.90%
G=5.39%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112118100.900.280.56318.4282.1124.12
Hex70B5105A1C3813e5218
Octal160131210132347047612230
Binary1110000101110100010101101011100111000100111110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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