Html Css Color HEX #710257 Tyrian Purple

📋 copy color: '#710257'

red 113 ◦ green 2 ◦ blue 87

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

Shades of Tyrian Purple #710257

Tints of Tyrian Purple #710257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 55.94%
G = 0.99%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#710257 (or 0x710257) is known color: Tyrian Purple. HEX triplet: 71, 02 and 57. RGB value is (113,2,87). Sum of RGB (Red+Green+Blue) = 113+2+87=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #710257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710257 is #8EFDA8. Grayscale: #2C2C2C. Windows color (decimal): -9371049 or 5702257. OLE color: 5702257.

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

Color convert

RGB 113 2 87 -
CMYK 0 0.98 0.23 0.56
HSL 314.05º 0.97% 0.23% -
HSV(B) 314.05º 0.98% 0.44% -
XYZ 8.55 4.24 9.38 -
YUV 44.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 113 2 87 0 0.98 0.23 0.56 314.05 0.97 0.23
Hex 71 2 57 0 62 17 38 13A 61 17
Octal 161 2 127 0 142 27 70 472 141 27
Binary 1110001 10 1010111 0 1100010 10111 111000 100111010 1100001 10111

Color Harmonies of #710257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710257

Black with #710257

Text Example


Text Example

White with #710257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710257; }

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

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

background-color css

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

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

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

border-color css

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

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

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