#700939

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

Shades of Tyrian Purple #700939

Tints of Tyrian Purple #700939

Color information

#700939 (or 0x700939) is unknown color: approx Tyrian Purple. HEX triplet: 70, 09 and 39. RGB value is (112,9,57). Sum of RGB (Red+Green+Blue) = 112+9+57=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #700939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700939 is #8FF6C6. Grayscale: #2D2D2D. Windows color (decimal): -9434823 or 3737968. OLE color: 3737968.

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

Color convert

RGB112957-
CMYK00.920.490.56
HSL332.04º85.12%23.73%-
HSV(B)332.04º91.96%43.92%-
XYZ7.523.944.23-
YUV45.27134.62175.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 57 (22.66% from 255) = 32.02%
R=62.92%
G=5.06%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11295700.920.490.56332.0485.1223.73
Hex7093905C313814c5518
Octal16011710134617051412530
Binary1110000100111100101011100110001111000101001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700939; }

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

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

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

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

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

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

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

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