Html Css Color HEX #710149 Tyrian Purple

📋 copy color: '#710149'

red 113 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #710149

Tints of Tyrian Purple #710149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.04%

R = 60.43%
G = 0.53%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#710149 (or 0x710149) is known color: Tyrian Purple. HEX triplet: 71, 01 and 49. RGB value is (113,1,73). Sum of RGB (Red+Green+Blue) = 113+1+73=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710149 is #8EFEB6. Grayscale: #2A2A2A. Windows color (decimal): -9371319 or 4784497. OLE color: 4784497.

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

Color convert

RGB 113 1 73 -
CMYK 0 0.99 0.35 0.56
HSL 321.43º 0.98% 0.22% -
HSV(B) 321.43º 0.99% 0.44% -
XYZ 8.02 4.01 6.66 -
YUV 42.7 145.11 178.15 -
System Red Green Blue C M Y K H S L
Decimal 113 1 73 0 0.99 0.35 0.56 321.43 0.98 0.22
Hex 71 1 49 0 63 23 38 141 62 16
Octal 161 1 111 0 143 43 70 501 142 26
Binary 1110001 1 1001001 0 1100011 100011 111000 101000001 1100010 10110

Color Harmonies of #710149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710149

Black with #710149

Text Example


Text Example

White with #710149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710149; }

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

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

background-color css

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

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

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

border-color css

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

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

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