Html Css Color HEX #710657 Tyrian Purple

📋 copy color: '#710657'

red 113 ◦ green 6 ◦ blue 87

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

Shades of Tyrian Purple #710657

Tints of Tyrian Purple #710657

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

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

R = 54.85%
G = 2.91%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#710657 (or 0x710657) is known color: Tyrian Purple. HEX triplet: 71, 06 and 57. RGB value is (113,6,87). Sum of RGB (Red+Green+Blue) = 113+6+87=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #710657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710657 is #8EF9A8. Grayscale: #2F2F2F. Windows color (decimal): -9370025 or 5703281. OLE color: 5703281.

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

Color convert

RGB 113 6 87 -
CMYK 0 0.95 0.23 0.56
HSL 314.58º 0.9% 0.23% -
HSV(B) 314.58º 0.95% 0.44% -
XYZ 8.6 4.33 9.4 -
YUV 47.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 113 6 87 0 0.95 0.23 0.56 314.58 0.9 0.23
Hex 71 6 57 0 5F 17 38 13B 5A 17
Octal 161 6 127 0 137 27 70 473 132 27
Binary 1110001 110 1010111 0 1011111 10111 111000 100111011 1011010 10111

Color Harmonies of #710657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710657

Black with #710657

Text Example


Text Example

White with #710657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710657; }

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

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

background-color css

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

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

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

border-color css

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

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

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