#700942

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

Shades of Tyrian Purple #700942

Tints of Tyrian Purple #700942

Color information

#700942 (or 0x700942) is unknown color: approx Tyrian Purple. HEX triplet: 70, 09 and 42. RGB value is (112,9,66). Sum of RGB (Red+Green+Blue) = 112+9+66=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #700942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700942 is #8FF6BD. Grayscale: #2E2E2E. Windows color (decimal): -9434814 or 4327792. OLE color: 4327792.

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

Color convert

RGB112966-
CMYK00.920.410.56
HSL326.8º85.12%23.73%-
HSV(B)326.8º91.96%43.92%-
XYZ7.764.035.52-
YUV46.3139.12174.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=59.89%
G=4.81%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11296600.920.410.56326.885.1223.73
Hex7094205C29381475518
Octal160111020134517050712530
Binary11100001001100001001011100101001111000101000111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700942; }

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

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

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

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

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

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

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

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