Html Css Color HEX #710259 Tyrian Purple

📋 copy color: '#710259'

red 113 ◦ green 2 ◦ blue 89

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

Shades of Tyrian Purple #710259

Tints of Tyrian Purple #710259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 55.39%
G = 0.98%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#710259 (or 0x710259) is known color: Tyrian Purple. HEX triplet: 71, 02 and 59. RGB value is (113,2,89). Sum of RGB (Red+Green+Blue) = 113+2+89=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #710259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710259 is #8EFDA6. Grayscale: #2C2C2C. Windows color (decimal): -9371047 or 5833329. OLE color: 5833329.

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

Color convert

RGB 113 2 89 -
CMYK 0 0.98 0.21 0.56
HSL 312.97º 0.97% 0.23% -
HSV(B) 312.97º 0.98% 0.44% -
XYZ 8.63 4.28 9.82 -
YUV 45.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 113 2 89 0 0.98 0.21 0.56 312.97 0.97 0.23
Hex 71 2 59 0 62 15 38 139 61 17
Octal 161 2 131 0 142 25 70 471 141 27
Binary 1110001 10 1011001 0 1100010 10101 111000 100111001 1100001 10111

Color Harmonies of #710259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710259

Black with #710259

Text Example


Text Example

White with #710259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710259; }

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

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

background-color css

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

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

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

border-color css

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

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

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