Html Css Color HEX #710856 Tyrian Purple

📋 copy color: '#710856'

red 113 ◦ green 8 ◦ blue 86

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

Shades of Tyrian Purple #710856

Tints of Tyrian Purple #710856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

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

R = 54.59%
G = 3.86%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#710856 (or 0x710856) is known color: Tyrian Purple. HEX triplet: 71, 08 and 56. RGB value is (113,8,86). Sum of RGB (Red+Green+Blue) = 113+8+86=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #710856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710856 is #8EF7A9. Grayscale: #303030. Windows color (decimal): -9369514 or 5638257. OLE color: 5638257.

HSL color Cylindrical-coordinate representation of color #710856: hue angle of 315.43º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710856 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 8 86 -
CMYK 0 0.93 0.24 0.56
HSL 315.43º 0.87% 0.24% -
HSV(B) 315.43º 0.93% 0.44% -
XYZ 8.58 4.36 9.19 -
YUV 48.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 113 8 86 0 0.93 0.24 0.56 315.43 0.87 0.24
Hex 71 8 56 0 5D 18 38 13B 57 18
Octal 161 10 126 0 135 30 70 473 127 30
Binary 1110001 1000 1010110 0 1011101 11000 111000 100111011 1010111 11000

Color Harmonies of #710856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710856

Black with #710856

Text Example


Text Example

White with #710856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710856; }

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

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

background-color css

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

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

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

border-color css

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

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

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