#710356

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

Shades of Tyrian Purple #710356

Tints of Tyrian Purple #710356

Color information

#710356 (or 0x710356) is unknown color: approx Tyrian Purple. HEX triplet: 71, 03 and 56. RGB value is (113,3,86). Sum of RGB (Red+Green+Blue) = 113+3+86=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #710356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710356 is #8EFCA9. Grayscale: #2D2D2D. Windows color (decimal): -9370794 or 5636977. OLE color: 5636977.

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

Color convert

RGB113386-
CMYK00.970.240.56
HSL314.73º94.83%22.75%-
HSV(B)314.73º97.35%44.31%-
XYZ8.524.259.17-
YUV45.35150.94176.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=55.94%
G=1.49%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11338600.970.240.56314.7394.8322.75
Hex71356061183813b5f17
Octal16131260141307047313727
Binary11100011110101100110000111000111000100111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710356; }

 p { color: rgb(113,3,86); }

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

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

 a { background-color: rgb(113,3,86); }

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

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

 span { border-color: rgb(113,3,86); }

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