Html Css Color HEX #710351 Tyrian Purple

📋 copy color: '#710351'

red 113 ◦ green 3 ◦ blue 81

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

Shades of Tyrian Purple #710351

Tints of Tyrian Purple #710351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 57.36%
G = 1.52%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#710351 (or 0x710351) is known color: Tyrian Purple. HEX triplet: 71, 03 and 51. RGB value is (113,3,81). Sum of RGB (Red+Green+Blue) = 113+3+81=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #710351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710351 is #8EFCAE. Grayscale: #2C2C2C. Windows color (decimal): -9370799 or 5309297. OLE color: 5309297.

HSL color Cylindrical-coordinate representation of color #710351: hue angle of 317.45º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710351 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 81 -
CMYK 0 0.97 0.28 0.56
HSL 317.45º 0.95% 0.23% -
HSV(B) 317.45º 0.97% 0.44% -
XYZ 8.33 4.17 8.15 -
YUV 44.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 113 3 81 0 0.97 0.28 0.56 317.45 0.95 0.23
Hex 71 3 51 0 61 1C 38 13D 5F 17
Octal 161 3 121 0 141 34 70 475 137 27
Binary 1110001 11 1010001 0 1100001 11100 111000 100111101 1011111 10111

Color Harmonies of #710351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710351

Black with #710351

Text Example


Text Example

White with #710351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710351; }

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

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

background-color css

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

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

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

border-color css

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

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

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