Html Css Color HEX #710544 Tyrian Purple

📋 copy color: '#710544'

red 113 ◦ green 5 ◦ blue 68

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

Shades of Tyrian Purple #710544

Tints of Tyrian Purple #710544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 60.75%
G = 2.69%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#710544 (or 0x710544) is known color: Tyrian Purple. HEX triplet: 71, 05 and 44. RGB value is (113,5,68). Sum of RGB (Red+Green+Blue) = 113+5+68=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #710544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710544 is #8EFABB. Grayscale: #2C2C2C. Windows color (decimal): -9370300 or 4457841. OLE color: 4457841.

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

Color convert

RGB 113 5 68 -
CMYK 0 0.96 0.40 0.56
HSL 325º 0.92% 0.23% -
HSV(B) 325º 0.96% 0.44% -
XYZ 7.91 4.04 5.83 -
YUV 44.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 113 5 68 0 0.96 0.40 0.56 325 0.92 0.23
Hex 71 5 44 0 60 28 38 145 5C 17
Octal 161 5 104 0 140 50 70 505 134 27
Binary 1110001 101 1000100 0 1100000 101000 111000 101000101 1011100 10111

Color Harmonies of #710544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710544

Black with #710544

Text Example


Text Example

White with #710544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710544; }

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

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

background-color css

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

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

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

border-color css

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

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

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