Html Css Color HEX #710555 Tyrian Purple

📋 copy color: '#710555'

red 113 ◦ green 5 ◦ blue 85

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

Shades of Tyrian Purple #710555

Tints of Tyrian Purple #710555

RGB

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

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

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

R = 55.67%
G = 2.46%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#710555 (or 0x710555) is known color: Tyrian Purple. HEX triplet: 71, 05 and 55. RGB value is (113,5,85). Sum of RGB (Red+Green+Blue) = 113+5+85=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #710555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710555 is #8EFAAA. Grayscale: #2E2E2E. Windows color (decimal): -9370283 or 5571953. OLE color: 5571953.

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

Color convert

RGB 113 5 85 -
CMYK 0 0.96 0.25 0.56
HSL 315.56º 0.92% 0.23% -
HSV(B) 315.56º 0.96% 0.44% -
XYZ 8.5 4.28 8.97 -
YUV 46.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 113 5 85 0 0.96 0.25 0.56 315.56 0.92 0.23
Hex 71 5 55 0 60 19 38 13C 5C 17
Octal 161 5 125 0 140 31 70 474 134 27
Binary 1110001 101 1010101 0 1100000 11001 111000 100111100 1011100 10111

Color Harmonies of #710555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710555

Black with #710555

Text Example


Text Example

White with #710555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710555; }

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

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

background-color css

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

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

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

border-color css

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

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

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