Html Css Color HEX #710551 Tyrian Purple

📋 copy color: '#710551'

red 113 ◦ green 5 ◦ blue 81

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

Shades of Tyrian Purple #710551

Tints of Tyrian Purple #710551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.7%

R = 56.78%
G = 2.51%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#710551 (or 0x710551) is known color: Tyrian Purple. HEX triplet: 71, 05 and 51. RGB value is (113,5,81). Sum of RGB (Red+Green+Blue) = 113+5+81=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #710551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710551 is #8EFAAE. Grayscale: #2D2D2D. Windows color (decimal): -9370287 or 5309809. OLE color: 5309809.

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

Color convert

RGB 113 5 81 -
CMYK 0 0.96 0.28 0.56
HSL 317.78º 0.92% 0.23% -
HSV(B) 317.78º 0.96% 0.44% -
XYZ 8.35 4.21 8.16 -
YUV 45.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 113 5 81 0 0.96 0.28 0.56 317.78 0.92 0.23
Hex 71 5 51 0 60 1C 38 13E 5C 17
Octal 161 5 121 0 140 34 70 476 134 27
Binary 1110001 101 1010001 0 1100000 11100 111000 100111110 1011100 10111

Color Harmonies of #710551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710551

Black with #710551

Text Example


Text Example

White with #710551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710551; }

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

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

background-color css

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

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

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

border-color css

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

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

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