Html Css Color HEX #710A3F Tyrian Purple

📋 copy color: '#710A3F'

red 113 ◦ green 10 ◦ blue 63

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

Shades of Tyrian Purple #710A3F

Tints of Tyrian Purple #710A3F

RGB

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

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

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

R = 60.75%
G = 5.38%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#710A3F (or 0x710A3F) is known color: Tyrian Purple. HEX triplet: 71, 0A and 3F. RGB value is (113,10,63). Sum of RGB (Red+Green+Blue) = 113+10+63=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #710A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A3F is #8EF5C0. Grayscale: #2E2E2E. Windows color (decimal): -9369025 or 4131441. OLE color: 4131441.

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

Color convert

RGB 113 10 63 -
CMYK 0 0.91 0.44 0.56
HSL 329.13º 0.84% 0.24% -
HSV(B) 329.13º 0.91% 0.44% -
XYZ 7.82 4.09 5.08 -
YUV 46.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 113 10 63 0 0.91 0.44 0.56 329.13 0.84 0.24
Hex 71 A 3F 0 5B 2C 38 149 54 18
Octal 161 12 77 0 133 54 70 511 124 30
Binary 1110001 1010 111111 0 1011011 101100 111000 101001001 1010100 11000

Color Harmonies of #710A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A3F

Black with #710A3F

Text Example


Text Example

White with #710A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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