Html Css Color HEX #710D3E Tyrian Purple

📋 copy color: '#710D3E'

red 113 ◦ green 13 ◦ blue 62

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

Shades of Tyrian Purple #710D3E

Tints of Tyrian Purple #710D3E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.91%

 BLUE value IS 62 (24.61% from 255) = 32.98%

R = 60.11%
G = 6.91%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#710D3E (or 0x710D3E) is known color: Tyrian Purple. HEX triplet: 71, 0D and 3E. RGB value is (113,13,62). Sum of RGB (Red+Green+Blue) = 113+13+62=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #710D3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D3E is #8EF2C1. Grayscale: #303030. Windows color (decimal): -9368258 or 4066673. OLE color: 4066673.

HSL color Cylindrical-coordinate representation of color #710D3E: hue angle of 330.6º degrees, saturation: 0.79, 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 #710D3E is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 13 62 -
CMYK 0 0.88 0.45 0.56
HSL 330.6º 0.79% 0.25% -
HSV(B) 330.6º 0.88% 0.44% -
XYZ 7.82 4.15 4.95 -
YUV 48.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 113 13 62 0 0.88 0.45 0.56 330.6 0.79 0.25
Hex 71 D 3E 0 58 2D 38 14B 4F 19
Octal 161 15 76 0 130 55 70 513 117 31
Binary 1110001 1101 111110 0 1011000 101101 111000 101001011 1001111 11001

Color Harmonies of #710D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D3E

Black with #710D3E

Text Example


Text Example

White with #710D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,62); }

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

background-color css

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

 a { background-color: rgb(113,13,62); }

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

border-color css

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

 span { border-color: rgb(113,13,62); }

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