#710446

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

Shades of Tyrian Purple #710446

Tints of Tyrian Purple #710446

Color information

#710446 (or 0x710446) is unknown color: approx Tyrian Purple. HEX triplet: 71, 04 and 46. RGB value is (113,4,70). Sum of RGB (Red+Green+Blue) = 113+4+70=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710446 is #8EFBB9. Grayscale: #2B2B2B. Windows color (decimal): -9370554 or 4588657. OLE color: 4588657.

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

Color convert

RGB113470-
CMYK00.960.380.56
HSL323.67º93.16%22.94%-
HSV(B)323.67º96.46%44.31%-
XYZ7.964.046.15-
YUV44.11142.61177.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=60.43%
G=2.14%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11347000.960.380.56323.6793.1622.94
Hex7144606026381445d17
Octal16141060140467050413527
Binary1110001100100011001100000100110111000101000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710446; }

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

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

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

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

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

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

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

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