#710946

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

Shades of Tyrian Purple #710946

Tints of Tyrian Purple #710946

Color information

#710946 (or 0x710946) is unknown color: approx Tyrian Purple. HEX triplet: 71, 09 and 46. RGB value is (113,9,70). Sum of RGB (Red+Green+Blue) = 113+9+70=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #710946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710946 is #8EF6B9. Grayscale: #2E2E2E. Windows color (decimal): -9369274 or 4589937. OLE color: 4589937.

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

Color convert

RGB113970-
CMYK00.920.380.56
HSL324.81º85.25%23.92%-
HSV(B)324.81º92.04%44.31%-
XYZ8.014.156.17-
YUV47.05140.96175.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.85%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=58.85%
G=4.69%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11397000.920.380.56324.8185.2523.92
Hex7194605C26381455518
Octal161111060134467050512530
Binary11100011001100011001011100100110111000101000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710946; }

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

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

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

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

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

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

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

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