Html Css Color HEX #710545 Tyrian Purple

📋 copy color: '#710545'

red 113 ◦ green 5 ◦ blue 69

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

Shades of Tyrian Purple #710545

Tints of Tyrian Purple #710545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 60.43%
G = 2.67%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#710545 (or 0x710545) is known color: Tyrian Purple. HEX triplet: 71, 05 and 45. RGB value is (113,5,69). Sum of RGB (Red+Green+Blue) = 113+5+69=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710545 is #8EFABA. Grayscale: #2C2C2C. Windows color (decimal): -9370299 or 4523377. OLE color: 4523377.

HSL color Cylindrical-coordinate representation of color #710545: hue angle of 324.44º 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 #710545 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 5 69 -
CMYK 0 0.96 0.39 0.56
HSL 324.44º 0.92% 0.23% -
HSV(B) 324.44º 0.96% 0.44% -
XYZ 7.94 4.05 5.99 -
YUV 44.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 113 5 69 0 0.96 0.39 0.56 324.44 0.92 0.23
Hex 71 5 45 0 60 27 38 144 5C 17
Octal 161 5 105 0 140 47 70 504 134 27
Binary 1110001 101 1000101 0 1100000 100111 111000 101000100 1011100 10111

Color Harmonies of #710545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710545

Black with #710545

Text Example


Text Example

White with #710545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710545; }

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

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

background-color css

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

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

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

border-color css

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

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

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