Html Css Color HEX #710757 Tyrian Purple

📋 copy color: '#710757'

red 113 ◦ green 7 ◦ blue 87

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

Shades of Tyrian Purple #710757

Tints of Tyrian Purple #710757

RGB

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

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

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

R = 54.59%
G = 3.38%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#710757 (or 0x710757) is known color: Tyrian Purple. HEX triplet: 71, 07 and 57. RGB value is (113,7,87). Sum of RGB (Red+Green+Blue) = 113+7+87=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #710757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710757 is #8EF8A8. Grayscale: #2F2F2F. Windows color (decimal): -9369769 or 5703537. OLE color: 5703537.

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

Color convert

RGB 113 7 87 -
CMYK 0 0.94 0.23 0.56
HSL 314.72º 0.88% 0.24% -
HSV(B) 314.72º 0.94% 0.44% -
XYZ 8.61 4.35 9.4 -
YUV 47.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 113 7 87 0 0.94 0.23 0.56 314.72 0.88 0.24
Hex 71 7 57 0 5E 17 38 13B 58 18
Octal 161 7 127 0 136 27 70 473 130 30
Binary 1110001 111 1010111 0 1011110 10111 111000 100111011 1011000 11000

Color Harmonies of #710757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710757

Black with #710757

Text Example


Text Example

White with #710757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710757; }

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

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

background-color css

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

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

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

border-color css

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

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

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