Html Css Color HEX #710540 Tyrian Purple

📋 copy color: '#710540'

red 113 ◦ green 5 ◦ blue 64

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

Shades of Tyrian Purple #710540

Tints of Tyrian Purple #710540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 62.09%
G = 2.75%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#710540 (or 0x710540) is known color: Tyrian Purple. HEX triplet: 71, 05 and 40. RGB value is (113,5,64). Sum of RGB (Red+Green+Blue) = 113+5+64=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #710540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710540 is #8EFABF. Grayscale: #2B2B2B. Windows color (decimal): -9370304 or 4195697. OLE color: 4195697.

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

Color convert

RGB 113 5 64 -
CMYK 0 0.96 0.43 0.56
HSL 327.22º 0.92% 0.23% -
HSV(B) 327.22º 0.96% 0.44% -
XYZ 7.79 3.99 5.21 -
YUV 44.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 113 5 64 0 0.96 0.43 0.56 327.22 0.92 0.23
Hex 71 5 40 0 60 2B 38 147 5C 17
Octal 161 5 100 0 140 53 70 507 134 27
Binary 1110001 101 1000000 0 1100000 101011 111000 101000111 1011100 10111

Color Harmonies of #710540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710540

Black with #710540

Text Example


Text Example

White with #710540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710540; }

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

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

background-color css

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

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

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

border-color css

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

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

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