#700651

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

Shades of Tyrian Purple #700651

Tints of Tyrian Purple #700651

Color information

#700651 (or 0x700651) is unknown color: approx Tyrian Purple. HEX triplet: 70, 06 and 51. RGB value is (112,6,81). Sum of RGB (Red+Green+Blue) = 112+6+81=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #700651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700651 is #8FF9AE. Grayscale: #2E2E2E. Windows color (decimal): -9435567 or 5310064. OLE color: 5310064.

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

Color convert

RGB112681-
CMYK00.950.280.56
HSL317.55º89.83%23.14%-
HSV(B)317.55º94.64%43.92%-
XYZ8.234.178.16-
YUV46.24147.62174.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.28%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=56.28%
G=3.02%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11268100.950.280.56317.5589.8323.14
Hex7065105F1C3813e5a17
Octal16061210137347047613227
Binary111000011010100010101111111100111000100111110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700651; }

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

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

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

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

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

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

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

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