#700056

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

Shades of Tyrian Purple #700056

Tints of Tyrian Purple #700056

Color information

#700056 (or 0x700056) is unknown color: approx Tyrian Purple. HEX triplet: 70, 00 and 56. RGB value is (112,0,86). Sum of RGB (Red+Green+Blue) = 112+0+86=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #700056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700056 is #8FFFA9. Grayscale: #2B2B2B. Windows color (decimal): -9437098 or 5636208. OLE color: 5636208.

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

Color convert

RGB112086-
CMYK010.230.56
HSL313.93º100%21.96%-
HSV(B)313.93º100%43.92%-
XYZ8.364.129.16-
YUV43.29152.11177.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=56.57%
G=0%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112086010.230.56313.9310021.96
Hex70056064173813a6416
Octal16001260144277047214426
Binary1110000010101100110010010111111000100111010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700056; }

 p { color: rgb(112,0,86); }

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

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

 a { background-color: rgb(112,0,86); }

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

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

 span { border-color: rgb(112,0,86); }

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