#700731

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

Shades of Tyrian Purple #700731

Tints of Tyrian Purple #700731

Color information

#700731 (or 0x700731) is unknown color: approx Tyrian Purple. HEX triplet: 70, 07 and 31. RGB value is (112,7,49). Sum of RGB (Red+Green+Blue) = 112+7+49=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #700731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700731 is #8FF8CE. Grayscale: #2B2B2B. Windows color (decimal): -9435343 or 3213168. OLE color: 3213168.

HSL color Cylindrical-coordinate representation of color #700731: hue angle of 336º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700731 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB112749-
CMYK00.940.560.56
HSL336º88.24%23.33%-
HSV(B)336º93.75%43.92%-
XYZ7.313.823.26-
YUV43.18131.29177.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 4.17%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=66.67%
G=4.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11274900.940.560.5633688.2423.33
Hex7073105E38381505817
Octal1607610136707052013027
Binary111000011111000101011110111000111000101010000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700731; }

 p { color: rgb(112,7,49); }

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

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

 a { background-color: rgb(112,7,49); }

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

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

 span { border-color: rgb(112,7,49); }

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