#700551

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

Shades of Tyrian Purple #700551

Tints of Tyrian Purple #700551

Color information

#700551 (or 0x700551) is unknown color: approx Tyrian Purple. HEX triplet: 70, 05 and 51. RGB value is (112,5,81). Sum of RGB (Red+Green+Blue) = 112+5+81=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #700551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700551 is #8FFAAE. Grayscale: #2D2D2D. Windows color (decimal): -9435823 or 5309808. OLE color: 5309808.

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

Color convert

RGB112581-
CMYK00.960.280.56
HSL317.38º91.45%22.94%-
HSV(B)317.38º95.54%43.92%-
XYZ8.224.158.15-
YUV45.66147.95175.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=56.57%
G=2.53%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11258100.960.280.56317.3891.4522.94
Hex705510601C3813d5b17
Octal16051210140347047513327
Binary111000010110100010110000011100111000100111101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700551; }

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

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

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

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

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

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

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

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