#700456

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

Shades of Tyrian Purple #700456

Tints of Tyrian Purple #700456

Color information

#700456 (or 0x700456) is unknown color: approx Tyrian Purple. HEX triplet: 70, 04 and 56. RGB value is (112,4,86). Sum of RGB (Red+Green+Blue) = 112+4+86=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #700456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700456 is #8FFBA9. Grayscale: #2D2D2D. Windows color (decimal): -9436074 or 5637232. OLE color: 5637232.

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

Color convert

RGB112486-
CMYK00.960.230.56
HSL314.44º93.1%22.75%-
HSV(B)314.44º96.43%43.92%-
XYZ8.414.29.17-
YUV45.64150.78175.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=55.45%
G=1.98%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11248600.960.230.56314.4493.122.75
Hex70456060173813a5d17
Octal16041260140277047213527
Binary111000010010101100110000010111111000100111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700456; }

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

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

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

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

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

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

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

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