Html Css Color HEX #710D35 Tyrian Purple

📋 copy color: '#710D35'

red 113 ◦ green 13 ◦ blue 53

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

Shades of Tyrian Purple #710D35

Tints of Tyrian Purple #710D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.61%

R = 63.13%
G = 7.26%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#710D35 (or 0x710D35) is known color: Tyrian Purple. HEX triplet: 71, 0D and 35. RGB value is (113,13,53). Sum of RGB (Red+Green+Blue) = 113+13+53=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #710D35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D35 is #8EF2CA. Grayscale: #2F2F2F. Windows color (decimal): -9368267 or 3476849. OLE color: 3476849.

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

Color convert

RGB 113 13 53 -
CMYK 0 0.88 0.53 0.56
HSL 336º 0.79% 0.25% -
HSV(B) 336º 0.88% 0.44% -
XYZ 7.6 4.06 3.75 -
YUV 47.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 113 13 53 0 0.88 0.53 0.56 336 0.79 0.25
Hex 71 D 35 0 58 35 38 150 4F 19
Octal 161 15 65 0 130 65 70 520 117 31
Binary 1110001 1101 110101 0 1011000 110101 111000 101010000 1001111 11001

Color Harmonies of #710D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710D35

Black with #710D35

Text Example


Text Example

White with #710D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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