Html Css Color HEX #710746 Tyrian Purple

📋 copy color: '#710746'

red 113 ◦ green 7 ◦ blue 70

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

Shades of Tyrian Purple #710746

Tints of Tyrian Purple #710746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

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

R = 59.47%
G = 3.68%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#710746 (or 0x710746) is known color: Tyrian Purple. HEX triplet: 71, 07 and 46. RGB value is (113,7,70). Sum of RGB (Red+Green+Blue) = 113+7+70=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #710746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710746 is #8EF8B9. Grayscale: #2D2D2D. Windows color (decimal): -9369786 or 4589425. OLE color: 4589425.

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

Color convert

RGB 113 7 70 -
CMYK 0 0.94 0.38 0.56
HSL 324.34º 0.88% 0.24% -
HSV(B) 324.34º 0.94% 0.44% -
XYZ 7.99 4.1 6.17 -
YUV 45.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 113 7 70 0 0.94 0.38 0.56 324.34 0.88 0.24
Hex 71 7 46 0 5E 26 38 144 58 18
Octal 161 7 106 0 136 46 70 504 130 30
Binary 1110001 111 1000110 0 1011110 100110 111000 101000100 1011000 11000

Color Harmonies of #710746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710746

Black with #710746

Text Example


Text Example

White with #710746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710746; }

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

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

background-color css

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

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

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

border-color css

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

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

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