Html Css Color HEX #710A4A Tyrian Purple

📋 copy color: '#710A4A'

red 113 ◦ green 10 ◦ blue 74

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

Shades of Tyrian Purple #710A4A

Tints of Tyrian Purple #710A4A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.08%

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

R = 57.36%
G = 5.08%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#710A4A (or 0x710A4A) is known color: Tyrian Purple. HEX triplet: 71, 0A and 4A. RGB value is (113,10,74). Sum of RGB (Red+Green+Blue) = 113+10+74=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #710A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A4A is #8EF5B5. Grayscale: #2F2F2F. Windows color (decimal): -9369014 or 4852337. OLE color: 4852337.

HSL color Cylindrical-coordinate representation of color #710A4A: hue angle of 322.72º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A4A is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 10 74 -
CMYK 0 0.91 0.35 0.56
HSL 322.72º 0.84% 0.24% -
HSV(B) 322.72º 0.91% 0.44% -
XYZ 8.15 4.22 6.86 -
YUV 48.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 113 10 74 0 0.91 0.35 0.56 322.72 0.84 0.24
Hex 71 A 4A 0 5B 23 38 143 54 18
Octal 161 12 112 0 133 43 70 503 124 30
Binary 1110001 1010 1001010 0 1011011 100011 111000 101000011 1010100 11000

Color Harmonies of #710A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A4A

Black with #710A4A

Text Example


Text Example

White with #710A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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