Html Css Color HEX #710A55 Tyrian Purple

📋 copy color: '#710A55'

red 113 ◦ green 10 ◦ blue 85

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

Shades of Tyrian Purple #710A55

Tints of Tyrian Purple #710A55

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

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

R = 54.33%
G = 4.81%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#710A55 (or 0x710A55) is known color: Tyrian Purple. HEX triplet: 71, 0A and 55. RGB value is (113,10,85). Sum of RGB (Red+Green+Blue) = 113+10+85=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #710A55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A55 is #8EF5AA. Grayscale: #313131. Windows color (decimal): -9369003 or 5573233. OLE color: 5573233.

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

Color convert

RGB 113 10 85 -
CMYK 0 0.91 0.25 0.56
HSL 316.31º 0.84% 0.24% -
HSV(B) 316.31º 0.91% 0.44% -
XYZ 8.56 4.38 8.99 -
YUV 49.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 113 10 85 0 0.91 0.25 0.56 316.31 0.84 0.24
Hex 71 A 55 0 5B 19 38 13C 54 18
Octal 161 12 125 0 133 31 70 474 124 30
Binary 1110001 1010 1010101 0 1011011 11001 111000 100111100 1010100 11000

Color Harmonies of #710A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A55

Black with #710A55

Text Example


Text Example

White with #710A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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