Html Css Color HEX #710E40 Tyrian Purple

📋 copy color: '#710E40'

red 113 ◦ green 14 ◦ blue 64

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

Shades of Tyrian Purple #710E40

Tints of Tyrian Purple #710E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.33%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 59.16%
G = 7.33%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#710E40 (or 0x710E40) is known color: Tyrian Purple. HEX triplet: 71, 0E and 40. RGB value is (113,14,64). Sum of RGB (Red+Green+Blue) = 113+14+64=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #710E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710E40 is #8EF1BF. Grayscale: #313131. Windows color (decimal): -9368000 or 4198001. OLE color: 4198001.

HSL color Cylindrical-coordinate representation of color #710E40: hue angle of 329.7º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710E40 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 14 64 -
CMYK 0 0.88 0.43 0.56
HSL 329.7º 0.78% 0.25% -
HSV(B) 329.7º 0.88% 0.44% -
XYZ 7.89 4.19 5.24 -
YUV 49.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 113 14 64 0 0.88 0.43 0.56 329.7 0.78 0.25
Hex 71 E 40 0 58 2B 38 14A 4E 19
Octal 161 16 100 0 130 53 70 512 116 31
Binary 1110001 1110 1000000 0 1011000 101011 111000 101001010 1001110 11001

Color Harmonies of #710E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710E40

Black with #710E40

Text Example


Text Example

White with #710E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710E40; }

 p { color: rgb(113,14,64); }

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

background-color css

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

 a { background-color: rgb(113,14,64); }

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

border-color css

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

 span { border-color: rgb(113,14,64); }

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