Html Css Color HEX #710846 Tyrian Purple

📋 copy color: '#710846'

red 113 ◦ green 8 ◦ blue 70

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

Shades of Tyrian Purple #710846

Tints of Tyrian Purple #710846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 59.16%
G = 4.19%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#710846 (or 0x710846) is known color: Tyrian Purple. HEX triplet: 71, 08 and 46. RGB value is (113,8,70). Sum of RGB (Red+Green+Blue) = 113+8+70=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #710846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710846 is #8EF7B9. Grayscale: #2E2E2E. Windows color (decimal): -9369530 or 4589681. OLE color: 4589681.

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

Color convert

RGB 113 8 70 -
CMYK 0 0.93 0.38 0.56
HSL 324.57º 0.87% 0.24% -
HSV(B) 324.57º 0.93% 0.44% -
XYZ 8 4.13 6.17 -
YUV 46.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 113 8 70 0 0.93 0.38 0.56 324.57 0.87 0.24
Hex 71 8 46 0 5D 26 38 145 57 18
Octal 161 10 106 0 135 46 70 505 127 30
Binary 1110001 1000 1000110 0 1011101 100110 111000 101000101 1010111 11000

Color Harmonies of #710846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710846

Black with #710846

Text Example


Text Example

White with #710846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710846; }

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

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

background-color css

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

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

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

border-color css

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

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

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