#710359

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

Shades of Tyrian Purple #710359

Tints of Tyrian Purple #710359

Color information

#710359 (or 0x710359) is unknown color: approx Tyrian Purple. HEX triplet: 71, 03 and 59. RGB value is (113,3,89). Sum of RGB (Red+Green+Blue) = 113+3+89=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #710359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710359 is #8EFCA6. Grayscale: #2D2D2D. Windows color (decimal): -9370791 or 5833585. OLE color: 5833585.

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

Color convert

RGB113389-
CMYK00.970.210.56
HSL313.09º94.83%22.75%-
HSV(B)313.09º97.35%44.31%-
XYZ8.654.39.82-
YUV45.69152.44176.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=55.12%
G=1.46%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11338900.970.210.56313.0994.8322.75
Hex7135906115381395f17
Octal16131310141257047113727
Binary11100011110110010110000110101111000100111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710359; }

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

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

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

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

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

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

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

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