#710749

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

Shades of Tyrian Purple #710749

Tints of Tyrian Purple #710749

Color information

#710749 (or 0x710749) is unknown color: approx Tyrian Purple. HEX triplet: 71, 07 and 49. RGB value is (113,7,73). Sum of RGB (Red+Green+Blue) = 113+7+73=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #710749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710749 is #8EF8B6. Grayscale: #2E2E2E. Windows color (decimal): -9369783 or 4786033. OLE color: 4786033.

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

Color convert

RGB113773-
CMYK00.940.350.56
HSL322.64º88.33%23.53%-
HSV(B)322.64º93.81%44.31%-
XYZ8.094.146.68-
YUV46.22143.12175.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.55%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=58.55%
G=3.63%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11377300.940.350.56322.6488.3323.53
Hex7174905E23381435818
Octal16171110136437050313030
Binary1110001111100100101011110100011111000101000011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710749; }

 p { color: rgb(113,7,73); }

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

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

 a { background-color: rgb(113,7,73); }

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

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

 span { border-color: rgb(113,7,73); }

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