Html Css Color HEX #710C4A Tyrian Purple

📋 copy color: '#710C4A'

red 113 ◦ green 12 ◦ blue 74

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

Shades of Tyrian Purple #710C4A

Tints of Tyrian Purple #710C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.19%

R = 56.78%
G = 6.03%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#710C4A (or 0x710C4A) is known color: Tyrian Purple. HEX triplet: 71, 0C and 4A. RGB value is (113,12,74). Sum of RGB (Red+Green+Blue) = 113+12+74=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #710C4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C4A is #8EF3B5. Grayscale: #313131. Windows color (decimal): -9368502 or 4852849. OLE color: 4852849.

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

Color convert

RGB 113 12 74 -
CMYK 0 0.89 0.35 0.56
HSL 323.17º 0.81% 0.25% -
HSV(B) 323.17º 0.89% 0.44% -
XYZ 8.18 4.27 6.87 -
YUV 49.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 113 12 74 0 0.89 0.35 0.56 323.17 0.81 0.25
Hex 71 C 4A 0 59 23 38 143 51 19
Octal 161 14 112 0 131 43 70 503 121 31
Binary 1110001 1100 1001010 0 1011001 100011 111000 101000011 1010001 11001

Color Harmonies of #710C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C4A

Black with #710C4A

Text Example


Text Example

White with #710C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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