#700851

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

Shades of Tyrian Purple #700851

Tints of Tyrian Purple #700851

Color information

#700851 (or 0x700851) is unknown color: approx Tyrian Purple. HEX triplet: 70, 08 and 51. RGB value is (112,8,81). Sum of RGB (Red+Green+Blue) = 112+8+81=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #700851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700851 is #8FF7AE. Grayscale: #2F2F2F. Windows color (decimal): -9435055 or 5310576. OLE color: 5310576.

HSL color Cylindrical-coordinate representation of color #700851: hue angle of 317.88º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700851 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB112881-
CMYK00.930.280.56
HSL317.88º86.67%23.53%-
HSV(B)317.88º92.86%43.92%-
XYZ8.254.218.16-
YUV47.42146.96174.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.72%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=55.72%
G=3.98%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11288100.930.280.56317.8886.6723.53
Hex7085105D1C3813e5718
Octal160101210135347047612730
Binary1110000100010100010101110111100111000100111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700851; }

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

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

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

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

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

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

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

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