Html Css Color HEX #710855 Tyrian Purple

📋 copy color: '#710855'

red 113 ◦ green 8 ◦ blue 85

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

Shades of Tyrian Purple #710855

Tints of Tyrian Purple #710855

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

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

R = 54.85%
G = 3.88%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#710855 (or 0x710855) is known color: Tyrian Purple. HEX triplet: 71, 08 and 55. RGB value is (113,8,85). Sum of RGB (Red+Green+Blue) = 113+8+85=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #710855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710855 is #8EF7AA. Grayscale: #2F2F2F. Windows color (decimal): -9369515 or 5572721. OLE color: 5572721.

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

Color convert

RGB 113 8 85 -
CMYK 0 0.93 0.25 0.56
HSL 316º 0.87% 0.24% -
HSV(B) 316º 0.93% 0.44% -
XYZ 8.54 4.34 8.98 -
YUV 48.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 113 8 85 0 0.93 0.25 0.56 316 0.87 0.24
Hex 71 8 55 0 5D 19 38 13C 57 18
Octal 161 10 125 0 135 31 70 474 127 30
Binary 1110001 1000 1010101 0 1011101 11001 111000 100111100 1010111 11000

Color Harmonies of #710855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710855

Black with #710855

Text Example


Text Example

White with #710855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710855; }

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

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

background-color css

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

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

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

border-color css

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

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

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