#700954

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

Shades of Tyrian Purple #700954

Tints of Tyrian Purple #700954

Color information

#700954 (or 0x700954) is unknown color: approx Tyrian Purple. HEX triplet: 70, 09 and 54. RGB value is (112,9,84). Sum of RGB (Red+Green+Blue) = 112+9+84=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #700954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700954 is #8FF6AB. Grayscale: #303030. Windows color (decimal): -9434796 or 5507440. OLE color: 5507440.

HSL color Cylindrical-coordinate representation of color #700954: hue angle of 316.31º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700954 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB112984-
CMYK00.920.250.56
HSL316.31º85.12%23.73%-
HSV(B)316.31º91.96%43.92%-
XYZ8.384.288.77-
YUV48.35148.12173.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.63%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=54.63%
G=4.39%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11298400.920.250.56316.3185.1223.73
Hex7095405C193813c5518
Octal160111240134317047412530
Binary1110000100110101000101110011001111000100111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700954; }

 p { color: rgb(112,9,84); }

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

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

 a { background-color: rgb(112,9,84); }

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

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

 span { border-color: rgb(112,9,84); }

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