#710746

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

Shades of Tyrian Purple #710746

Tints of Tyrian Purple #710746

Color information

#710746 (or 0x710746) is unknown color: approx Tyrian Purple. HEX triplet: 71, 07 and 46. RGB value is (113,7,70). Sum of RGB (Red+Green+Blue) = 113+7+70=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #710746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710746 is #8EF8B9. Grayscale: #2D2D2D. Windows color (decimal): -9369786 or 4589425. OLE color: 4589425.

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

Color convert

RGB113770-
CMYK00.940.380.56
HSL324.34º88.33%23.53%-
HSV(B)324.34º93.81%44.31%-
XYZ7.994.16.17-
YUV45.88141.62175.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.47%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=59.47%
G=3.68%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11377000.940.380.56324.3488.3323.53
Hex7174605E26381445818
Octal16171060136467050413030
Binary1110001111100011001011110100110111000101000100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710746; }

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

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

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

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

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

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

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

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