Html Css Color HEX #710C3E Tyrian Purple

📋 copy color: '#710C3E'

red 113 ◦ green 12 ◦ blue 62

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

Shades of Tyrian Purple #710C3E

Tints of Tyrian Purple #710C3E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.42%

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

R = 60.43%
G = 6.42%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#710C3E (or 0x710C3E) is known color: Tyrian Purple. HEX triplet: 71, 0C and 3E. RGB value is (113,12,62). Sum of RGB (Red+Green+Blue) = 113+12+62=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C3E is #8EF3C1. Grayscale: #2F2F2F. Windows color (decimal): -9368514 or 4066417. OLE color: 4066417.

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

Color convert

RGB 113 12 62 -
CMYK 0 0.89 0.45 0.56
HSL 330.3º 0.81% 0.25% -
HSV(B) 330.3º 0.89% 0.44% -
XYZ 7.81 4.12 4.94 -
YUV 47.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 113 12 62 0 0.89 0.45 0.56 330.3 0.81 0.25
Hex 71 C 3E 0 59 2D 38 14A 51 19
Octal 161 14 76 0 131 55 70 512 121 31
Binary 1110001 1100 111110 0 1011001 101101 111000 101001010 1010001 11001

Color Harmonies of #710C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C3E

Black with #710C3E

Text Example


Text Example

White with #710C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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