Html Css Color HEX #710147 Tyrian Purple

📋 copy color: '#710147'

red 113 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #710147

Tints of Tyrian Purple #710147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 38.38%

R = 61.08%
G = 0.54%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#710147 (or 0x710147) is known color: Tyrian Purple. HEX triplet: 71, 01 and 47. RGB value is (113,1,71). Sum of RGB (Red+Green+Blue) = 113+1+71=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #710147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710147 is #8EFEB8. Grayscale: #2A2A2A. Windows color (decimal): -9371321 or 4653425. OLE color: 4653425.

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

Color convert

RGB 113 1 71 -
CMYK 0 0.99 0.37 0.56
HSL 322.5º 0.98% 0.22% -
HSV(B) 322.5º 0.99% 0.44% -
XYZ 7.96 3.99 6.31 -
YUV 42.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 113 1 71 0 0.99 0.37 0.56 322.5 0.98 0.22
Hex 71 1 47 0 63 25 38 142 62 16
Octal 161 1 107 0 143 45 70 502 142 26
Binary 1110001 1 1000111 0 1100011 100101 111000 101000010 1100010 10110

Color Harmonies of #710147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710147

Black with #710147

Text Example


Text Example

White with #710147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710147; }

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

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

background-color css

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

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

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

border-color css

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

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

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