#710540

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

Shades of Tyrian Purple #710540

Tints of Tyrian Purple #710540

Color information

#710540 (or 0x710540) is unknown color: approx Tyrian Purple. HEX triplet: 71, 05 and 40. RGB value is (113,5,64). Sum of RGB (Red+Green+Blue) = 113+5+64=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #710540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710540 is #8EFABF. Grayscale: #2B2B2B. Windows color (decimal): -9370304 or 4195697. OLE color: 4195697.

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

Color convert

RGB113564-
CMYK00.960.430.56
HSL327.22º91.53%23.14%-
HSV(B)327.22º95.58%44.31%-
XYZ7.793.995.21-
YUV44.02139.28177.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.09%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=62.09%
G=2.75%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11356400.960.430.56327.2291.5323.14
Hex715400602B381475c17
Octal16151000140537050713427
Binary1110001101100000001100000101011111000101000111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710540; }

 p { color: rgb(113,5,64); }

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

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

 a { background-color: rgb(113,5,64); }

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

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

 span { border-color: rgb(113,5,64); }

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