Html Css Color HEX #710357 Tyrian Purple

📋 copy color: '#710357'

red 113 ◦ green 3 ◦ blue 87

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

Shades of Tyrian Purple #710357

Tints of Tyrian Purple #710357

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 55.67%
G = 1.48%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#710357 (or 0x710357) is known color: Tyrian Purple. HEX triplet: 71, 03 and 57. RGB value is (113,3,87). Sum of RGB (Red+Green+Blue) = 113+3+87=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #710357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710357 is #8EFCA8. Grayscale: #2D2D2D. Windows color (decimal): -9370793 or 5702513. OLE color: 5702513.

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

Color convert

RGB 113 3 87 -
CMYK 0 0.97 0.23 0.56
HSL 314.18º 0.95% 0.23% -
HSV(B) 314.18º 0.97% 0.44% -
XYZ 8.56 4.26 9.39 -
YUV 45.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 113 3 87 0 0.97 0.23 0.56 314.18 0.95 0.23
Hex 71 3 57 0 61 17 38 13A 5F 17
Octal 161 3 127 0 141 27 70 472 137 27
Binary 1110001 11 1010111 0 1100001 10111 111000 100111010 1011111 10111

Color Harmonies of #710357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710357

Black with #710357

Text Example


Text Example

White with #710357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710357; }

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

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

background-color css

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

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

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

border-color css

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

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

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