Html Css Color HEX #710131 Tyrian Purple

📋 copy color: '#710131'

red 113 ◦ green 1 ◦ blue 49

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

Shades of Tyrian Purple #710131

Tints of Tyrian Purple #710131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 49 (19.53% from 255) = 30.06%

R = 69.33%
G = 0.61%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#710131 (or 0x710131) is known color: Tyrian Purple. HEX triplet: 71, 01 and 31. RGB value is (113,1,49). Sum of RGB (Red+Green+Blue) = 113+1+49=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #710131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710131 is #8EFECE. Grayscale: #272727. Windows color (decimal): -9371343 or 3211633. OLE color: 3211633.

HSL color Cylindrical-coordinate representation of color #710131: hue angle of 334.29º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710131 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 49 -
CMYK 0 0.99 0.57 0.56
HSL 334.29º 0.98% 0.22% -
HSV(B) 334.29º 0.99% 0.44% -
XYZ 7.38 3.75 3.24 -
YUV 39.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 113 1 49 0 0.99 0.57 0.56 334.29 0.98 0.22
Hex 71 1 31 0 63 39 38 14E 62 16
Octal 161 1 61 0 143 71 70 516 142 26
Binary 1110001 1 110001 0 1100011 111001 111000 101001110 1100010 10110

Color Harmonies of #710131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710131

Black with #710131

Text Example


Text Example

White with #710131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710131; }

 p { color: rgb(113,1,49); }

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

background-color css

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

 a { background-color: rgb(113,1,49); }

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

border-color css

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

 span { border-color: rgb(113,1,49); }

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