Html Css Color HEX #710D3F Tyrian Purple

📋 copy color: '#710D3F'

red 113 ◦ green 13 ◦ blue 63

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

Shades of Tyrian Purple #710D3F

Tints of Tyrian Purple #710D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.33%

R = 59.79%
G = 6.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#710D3F (or 0x710D3F) is known color: Tyrian Purple. HEX triplet: 71, 0D and 3F. RGB value is (113,13,63). Sum of RGB (Red+Green+Blue) = 113+13+63=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #710D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D3F is #8EF2C0. Grayscale: #303030. Windows color (decimal): -9368257 or 4132209. OLE color: 4132209.

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

Color convert

RGB 113 13 63 -
CMYK 0 0.88 0.44 0.56
HSL 330º 0.79% 0.25% -
HSV(B) 330º 0.88% 0.44% -
XYZ 7.85 4.16 5.09 -
YUV 48.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 113 13 63 0 0.88 0.44 0.56 330 0.79 0.25
Hex 71 D 3F 0 58 2C 38 14A 4F 19
Octal 161 15 77 0 130 54 70 512 117 31
Binary 1110001 1101 111111 0 1011000 101100 111000 101001010 1001111 11001

Color Harmonies of #710D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D3F

Black with #710D3F

Text Example


Text Example

White with #710D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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