Html Css Color HEX #710559 Tyrian Purple

📋 copy color: '#710559'

red 113 ◦ green 5 ◦ blue 89

#710559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #710559

Tints of Tyrian Purple #710559

RGB

 RED value IS 113 (44.53% from 255) = 54.59%

 GREEN value IS 5 (2.34% from 255) = 2.42%

 BLUE value IS 89 (35.16% from 255) = 43%

R = 54.59%
G = 2.42%
B = 43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#710559 (or 0x710559) is known color: Tyrian Purple. HEX triplet: 71, 05 and 59. RGB value is (113,5,89). Sum of RGB (Red+Green+Blue) = 113+5+89=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #710559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710559 is #8EFAA6. Grayscale: #2E2E2E. Windows color (decimal): -9370279 or 5834097. OLE color: 5834097.

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

Color convert

RGB 113 5 89 -
CMYK 0 0.96 0.21 0.56
HSL 313.33º 0.92% 0.23% -
HSV(B) 313.33º 0.96% 0.44% -
XYZ 8.67 4.34 9.83 -
YUV 46.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 113 5 89 0 0.96 0.21 0.56 313.33 0.92 0.23
Hex 71 5 59 0 60 15 38 139 5C 17
Octal 161 5 131 0 140 25 70 471 134 27
Binary 1110001 101 1011001 0 1100000 10101 111000 100111001 1011100 10111

Color Harmonies of #710559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710559

Black with #710559

Text Example


Text Example

White with #710559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710559; }

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

 H1.HeaderClassName
 {
   color: #710559;
 }
 .AnyTagClassName
 {
   color: #710559;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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