Html Css Color HEX #710D55 Tyrian Purple

📋 copy color: '#710D55'

red 113 ◦ green 13 ◦ blue 85

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

Shades of Tyrian Purple #710D55

Tints of Tyrian Purple #710D55

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.16%

 BLUE value IS 85 (33.59% from 255) = 40.28%

R = 53.55%
G = 6.16%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#710D55 (or 0x710D55) is known color: Tyrian Purple. HEX triplet: 71, 0D and 55. RGB value is (113,13,85). Sum of RGB (Red+Green+Blue) = 113+13+85=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #710D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D55 is #8EF2AA. Grayscale: #323232. Windows color (decimal): -9368235 or 5574001. OLE color: 5574001.

HSL color Cylindrical-coordinate representation of color #710D55: hue angle of 316.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710D55 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 13 85 -
CMYK 0 0.88 0.25 0.56
HSL 316.8º 0.79% 0.25% -
HSV(B) 316.8º 0.88% 0.44% -
XYZ 8.59 4.45 9 -
YUV 51.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 113 13 85 0 0.88 0.25 0.56 316.8 0.79 0.25
Hex 71 D 55 0 58 19 38 13D 4F 19
Octal 161 15 125 0 130 31 70 475 117 31
Binary 1110001 1101 1010101 0 1011000 11001 111000 100111101 1001111 11001

Color Harmonies of #710D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D55

Black with #710D55

Text Example


Text Example

White with #710D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710D55; }

 p { color: rgb(113,13,85); }

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

background-color css

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

 a { background-color: rgb(113,13,85); }

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

border-color css

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

 span { border-color: rgb(113,13,85); }

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