Html Css Color HEX #710349 Tyrian Purple

📋 copy color: '#710349'

red 113 ◦ green 3 ◦ blue 73

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

Shades of Tyrian Purple #710349

Tints of Tyrian Purple #710349

RGB

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

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

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

R = 59.79%
G = 1.59%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#710349 (or 0x710349) is known color: Tyrian Purple. HEX triplet: 71, 03 and 49. RGB value is (113,3,73). Sum of RGB (Red+Green+Blue) = 113+3+73=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #710349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710349 is #8EFCB6. Grayscale: #2B2B2B. Windows color (decimal): -9370807 or 4785009. OLE color: 4785009.

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

Color convert

RGB 113 3 73 -
CMYK 0 0.97 0.35 0.56
HSL 321.82º 0.95% 0.23% -
HSV(B) 321.82º 0.97% 0.44% -
XYZ 8.05 4.06 6.66 -
YUV 43.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 113 3 73 0 0.97 0.35 0.56 321.82 0.95 0.23
Hex 71 3 49 0 61 23 38 142 5F 17
Octal 161 3 111 0 141 43 70 502 137 27
Binary 1110001 11 1001001 0 1100001 100011 111000 101000010 1011111 10111

Color Harmonies of #710349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710349

Black with #710349

Text Example


Text Example

White with #710349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710349; }

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

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

background-color css

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

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

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

border-color css

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

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

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