Html Css Color HEX #710957 Tyrian Purple

📋 copy color: '#710957'

red 113 ◦ green 9 ◦ blue 87

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

Shades of Tyrian Purple #710957

Tints of Tyrian Purple #710957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.63%

R = 54.07%
G = 4.31%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#710957 (or 0x710957) is known color: Tyrian Purple. HEX triplet: 71, 09 and 57. RGB value is (113,9,87). Sum of RGB (Red+Green+Blue) = 113+9+87=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #710957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710957 is #8EF6A8. Grayscale: #303030. Windows color (decimal): -9369257 or 5704049. OLE color: 5704049.

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

Color convert

RGB 113 9 87 -
CMYK 0 0.92 0.23 0.56
HSL 315º 0.85% 0.24% -
HSV(B) 315º 0.92% 0.44% -
XYZ 8.63 4.39 9.41 -
YUV 48.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 113 9 87 0 0.92 0.23 0.56 315 0.85 0.24
Hex 71 9 57 0 5C 17 38 13B 55 18
Octal 161 11 127 0 134 27 70 473 125 30
Binary 1110001 1001 1010111 0 1011100 10111 111000 100111011 1010101 11000

Color Harmonies of #710957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710957

Black with #710957

Text Example


Text Example

White with #710957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710957; }

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

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

background-color css

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

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

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

border-color css

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

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

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