#700955

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

Shades of Tyrian Purple #700955

Tints of Tyrian Purple #700955

Color information

#700955 (or 0x700955) is unknown color: approx Tyrian Purple. HEX triplet: 70, 09 and 55. RGB value is (112,9,85). Sum of RGB (Red+Green+Blue) = 112+9+85=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #700955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700955 is #8FF6AA. Grayscale: #303030. Windows color (decimal): -9434795 or 5572976. OLE color: 5572976.

HSL color Cylindrical-coordinate representation of color #700955: hue angle of 315.73º 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 #700955 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB112985-
CMYK00.920.240.56
HSL315.73º85.12%23.73%-
HSV(B)315.73º91.96%43.92%-
XYZ8.424.38.98-
YUV48.46148.62173.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=54.37%
G=4.37%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11298500.920.240.56315.7385.1223.73
Hex7095505C183813c5518
Octal160111250134307047412530
Binary1110000100110101010101110011000111000100111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700955; }

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

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

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

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

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

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

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

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