#710544

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

Shades of Tyrian Purple #710544

Tints of Tyrian Purple #710544

Color information

#710544 (or 0x710544) is unknown color: approx Tyrian Purple. HEX triplet: 71, 05 and 44. RGB value is (113,5,68). Sum of RGB (Red+Green+Blue) = 113+5+68=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #710544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710544 is #8EFABB. Grayscale: #2C2C2C. Windows color (decimal): -9370300 or 4457841. OLE color: 4457841.

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

Color convert

RGB113568-
CMYK00.960.400.56
HSL325º91.53%23.14%-
HSV(B)325º95.58%44.31%-
XYZ7.914.045.83-
YUV44.47141.28176.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.75%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=60.75%
G=2.69%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11356800.960.400.5632591.5323.14
Hex7154406028381455c17
Octal16151040140507050513427
Binary1110001101100010001100000101000111000101000101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710544; }

 p { color: rgb(113,5,68); }

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

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

 a { background-color: rgb(113,5,68); }

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

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

 span { border-color: rgb(113,5,68); }

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