Html Css Color HEX #710740 Tyrian Purple

📋 copy color: '#710740'

red 113 ◦ green 7 ◦ blue 64

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

Shades of Tyrian Purple #710740

Tints of Tyrian Purple #710740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 61.41%
G = 3.8%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#710740 (or 0x710740) is known color: Tyrian Purple. HEX triplet: 71, 07 and 40. RGB value is (113,7,64). Sum of RGB (Red+Green+Blue) = 113+7+64=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #710740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710740 is #8EF8BF. Grayscale: #2D2D2D. Windows color (decimal): -9369792 or 4196209. OLE color: 4196209.

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

Color convert

RGB 113 7 64 -
CMYK 0 0.94 0.43 0.56
HSL 327.74º 0.88% 0.24% -
HSV(B) 327.74º 0.94% 0.44% -
XYZ 7.81 4.03 5.22 -
YUV 45.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 113 7 64 0 0.94 0.43 0.56 327.74 0.88 0.24
Hex 71 7 40 0 5E 2B 38 148 58 18
Octal 161 7 100 0 136 53 70 510 130 30
Binary 1110001 111 1000000 0 1011110 101011 111000 101001000 1011000 11000

Color Harmonies of #710740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710740

Black with #710740

Text Example


Text Example

White with #710740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710740; }

 p { color: rgb(113,7,64); }

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

background-color css

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

 a { background-color: rgb(113,7,64); }

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

border-color css

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

 span { border-color: rgb(113,7,64); }

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