Html Css Color HEX #710591 Purple

📋 copy color: '#710591'

red 113 ◦ green 5 ◦ blue 145

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

Shades of Purple #710591

Tints of Purple #710591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.9%

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 42.97%
G = 1.9%
B = 55.13%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#710591 (or 0x710591) is known color: Purple. HEX triplet: 71, 05 and 91. RGB value is (113,5,145). Sum of RGB (Red+Green+Blue) = 113+5+145=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #710591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710591 is #8EFA6E. Grayscale: #343434. Windows color (decimal): -9370223 or 9504113. OLE color: 9504113.

HSL color Cylindrical-coordinate representation of color #710591: hue angle of 286.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710591 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 5 145 -
CMYK 0.22 0.97 0 0.43
HSL 286.29º 0.93% 0.29% -
HSV(B) 286.29º 0.97% 0.57% -
XYZ 11.98 5.66 27.25 -
YUV 53.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 113 5 145 0.22 0.97 0 0.43 286.29 0.93 0.29
Hex 71 5 91 16 61 0 2B 11E 5D 1D
Octal 161 5 221 26 141 0 53 436 135 35
Binary 1110001 101 10010001 10110 1100001 0 101011 100011110 1011101 11101

Color Harmonies of #710591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710591

Black with #710591

Text Example


Text Example

White with #710591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710591; }

 p { color: rgb(113,5,145); }

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

background-color css

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

 a { background-color: rgb(113,5,145); }

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

border-color css

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

 span { border-color: rgb(113,5,145); }

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