#710131

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

Shades of Tyrian Purple #710131

Tints of Tyrian Purple #710131

Color information

#710131 (or 0x710131) is unknown color: approx Tyrian Purple. HEX triplet: 71, 01 and 31. RGB value is (113,1,49). Sum of RGB (Red+Green+Blue) = 113+1+49=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #710131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710131 is #8EFECE. Grayscale: #272727. Windows color (decimal): -9371343 or 3211633. OLE color: 3211633.

HSL color Cylindrical-coordinate representation of color #710131: hue angle of 334.29º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710131 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB113149-
CMYK00.990.570.56
HSL334.29º98.25%22.35%-
HSV(B)334.29º99.12%44.31%-
XYZ7.383.753.24-
YUV39.96133.11180.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 69.33%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=69.33%
G=0.61%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11314900.990.570.56334.2998.2522.35
Hex71131063393814e6216
Octal1611610143717051614226
Binary1110001111000101100011111001111000101001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710131; }

 p { color: rgb(113,1,49); }

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

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

 a { background-color: rgb(113,1,49); }

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

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

 span { border-color: rgb(113,1,49); }

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