#700849

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

Shades of Tyrian Purple #700849

Tints of Tyrian Purple #700849

Color information

#700849 (or 0x700849) is unknown color: approx Tyrian Purple. HEX triplet: 70, 08 and 49. RGB value is (112,8,73). Sum of RGB (Red+Green+Blue) = 112+8+73=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #700849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700849 is #8FF7B6. Grayscale: #2E2E2E. Windows color (decimal): -9435063 or 4786288. OLE color: 4786288.

HSL color Cylindrical-coordinate representation of color #700849: hue angle of 322.5º 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 #700849 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB112873-
CMYK00.930.350.56
HSL322.5º86.67%23.53%-
HSV(B)322.5º92.86%43.92%-
XYZ7.974.16.67-
YUV46.51142.96174.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 8 (3.52% from 255) = 4.15%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=58.03%
G=4.15%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11287300.930.350.56322.586.6723.53
Hex7084905D23381425718
Octal160101110135437050212730
Binary11100001000100100101011101100011111000101000010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700849; }

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

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

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

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

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

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

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

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