Html Css Color HEX #710249 Tyrian Purple

📋 copy color: '#710249'

red 113 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #710249

Tints of Tyrian Purple #710249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 60.11%
G = 1.06%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#710249 (or 0x710249) is known color: Tyrian Purple. HEX triplet: 71, 02 and 49. RGB value is (113,2,73). Sum of RGB (Red+Green+Blue) = 113+2+73=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #710249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710249 is #8EFDB6. Grayscale: #2B2B2B. Windows color (decimal): -9371063 or 4784753. OLE color: 4784753.

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

Color convert

RGB 113 2 73 -
CMYK 0 0.98 0.35 0.56
HSL 321.62º 0.97% 0.23% -
HSV(B) 321.62º 0.98% 0.44% -
XYZ 8.03 4.04 6.66 -
YUV 43.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 113 2 73 0 0.98 0.35 0.56 321.62 0.97 0.23
Hex 71 2 49 0 62 23 38 142 61 17
Octal 161 2 111 0 142 43 70 502 141 27
Binary 1110001 10 1001001 0 1100010 100011 111000 101000010 1100001 10111

Color Harmonies of #710249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710249

Black with #710249

Text Example


Text Example

White with #710249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710249; }

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

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

background-color css

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

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

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

border-color css

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

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

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