Html Css Color HEX #710936 Tyrian Purple

📋 copy color: '#710936'

red 113 ◦ green 9 ◦ blue 54

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

Shades of Tyrian Purple #710936

Tints of Tyrian Purple #710936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

 BLUE value IS 54 (21.48% from 255) = 30.68%

R = 64.2%
G = 5.11%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#710936 (or 0x710936) is known color: Tyrian Purple. HEX triplet: 71, 09 and 36. RGB value is (113,9,54). Sum of RGB (Red+Green+Blue) = 113+9+54=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #710936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710936 is #8EF6C9. Grayscale: #2D2D2D. Windows color (decimal): -9369290 or 3541361. OLE color: 3541361.

HSL color Cylindrical-coordinate representation of color #710936: hue angle of 334.04º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710936 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 9 54 -
CMYK 0 0.92 0.52 0.56
HSL 334.04º 0.85% 0.24% -
HSV(B) 334.04º 0.92% 0.44% -
XYZ 7.57 3.97 3.86 -
YUV 45.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 113 9 54 0 0.92 0.52 0.56 334.04 0.85 0.24
Hex 71 9 36 0 5C 34 38 14E 55 18
Octal 161 11 66 0 134 64 70 516 125 30
Binary 1110001 1001 110110 0 1011100 110100 111000 101001110 1010101 11000

Color Harmonies of #710936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710936

Black with #710936

Text Example


Text Example

White with #710936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710936; }

 p { color: rgb(113,9,54); }

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

background-color css

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

 a { background-color: rgb(113,9,54); }

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

border-color css

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

 span { border-color: rgb(113,9,54); }

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