#710940

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

Shades of Tyrian Purple #710940

Tints of Tyrian Purple #710940

Color information

#710940 (or 0x710940) is unknown color: approx Tyrian Purple. HEX triplet: 71, 09 and 40. RGB value is (113,9,64). Sum of RGB (Red+Green+Blue) = 113+9+64=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #710940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710940 is #8EF6BF. Grayscale: #2E2E2E. Windows color (decimal): -9369280 or 4196721. OLE color: 4196721.

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

Color convert

RGB113964-
CMYK00.920.430.56
HSL328.27º85.25%23.92%-
HSV(B)328.27º92.04%44.31%-
XYZ7.834.085.22-
YUV46.37137.96175.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.75%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 64 (25.39% from 255) = 34.41%
R=60.75%
G=4.84%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11396400.920.430.56328.2785.2523.92
Hex7194005C2B381485518
Octal161111000134537051012530
Binary11100011001100000001011100101011111000101001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710940; }

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

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

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

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

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

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

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

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