Html Css Color HEX #710159 Tyrian Purple

📋 copy color: '#710159'

red 113 ◦ green 1 ◦ blue 89

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

Shades of Tyrian Purple #710159

Tints of Tyrian Purple #710159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 55.67%
G = 0.49%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#710159 (or 0x710159) is known color: Tyrian Purple. HEX triplet: 71, 01 and 59. RGB value is (113,1,89). Sum of RGB (Red+Green+Blue) = 113+1+89=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #710159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710159 is #8EFEA6. Grayscale: #2C2C2C. Windows color (decimal): -9371303 or 5833073. OLE color: 5833073.

HSL color Cylindrical-coordinate representation of color #710159: hue angle of 312.86º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710159 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 89 -
CMYK 0 0.99 0.21 0.56
HSL 312.86º 0.98% 0.22% -
HSV(B) 312.86º 0.99% 0.44% -
XYZ 8.62 4.25 9.82 -
YUV 44.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 113 1 89 0 0.99 0.21 0.56 312.86 0.98 0.22
Hex 71 1 59 0 63 15 38 139 62 16
Octal 161 1 131 0 143 25 70 471 142 26
Binary 1110001 1 1011001 0 1100011 10101 111000 100111001 1100010 10110

Color Harmonies of #710159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710159

Black with #710159

Text Example


Text Example

White with #710159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710159; }

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

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

background-color css

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

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

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

border-color css

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

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

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