Html Css Color HEX #710156 Tyrian Purple

📋 copy color: '#710156'

red 113 ◦ green 1 ◦ blue 86

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

Shades of Tyrian Purple #710156

Tints of Tyrian Purple #710156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 43%

R = 56.5%
G = 0.5%
B = 43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#710156 (or 0x710156) is known color: Tyrian Purple. HEX triplet: 71, 01 and 56. RGB value is (113,1,86). Sum of RGB (Red+Green+Blue) = 113+1+86=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #710156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710156 is #8EFEA9. Grayscale: #2B2B2B. Windows color (decimal): -9371306 or 5636465. OLE color: 5636465.

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

Color convert

RGB 113 1 86 -
CMYK 0 0.99 0.24 0.56
HSL 314.46º 0.98% 0.22% -
HSV(B) 314.46º 0.99% 0.44% -
XYZ 8.5 4.2 9.17 -
YUV 44.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 113 1 86 0 0.99 0.24 0.56 314.46 0.98 0.22
Hex 71 1 56 0 63 18 38 13A 62 16
Octal 161 1 126 0 143 30 70 472 142 26
Binary 1110001 1 1010110 0 1100011 11000 111000 100111010 1100010 10110

Color Harmonies of #710156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710156

Black with #710156

Text Example


Text Example

White with #710156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710156; }

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

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

background-color css

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

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

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

border-color css

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

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

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