Html Css Color HEX #710191 Purple

📋 copy color: '#710191'

red 113 ◦ green 1 ◦ blue 145

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

Shades of Purple #710191

Tints of Purple #710191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 43.63%
G = 0.39%
B = 55.98%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#710191 (or 0x710191) is known color: Purple. HEX triplet: 71, 01 and 91. RGB value is (113,1,145). Sum of RGB (Red+Green+Blue) = 113+1+145=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #710191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710191 is #8EFE6E. Grayscale: #323232. Windows color (decimal): -9371247 or 9503089. OLE color: 9503089.

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

Color convert

RGB 113 1 145 -
CMYK 0.22 0.99 0 0.43
HSL 286.67º 0.99% 0.29% -
HSV(B) 286.67º 0.99% 0.57% -
XYZ 11.93 5.58 27.24 -
YUV 50.9 181.11 172.29 -
System Red Green Blue C M Y K H S L
Decimal 113 1 145 0.22 0.99 0 0.43 286.67 0.99 0.29
Hex 71 1 91 16 63 0 2B 11F 63 1D
Octal 161 1 221 26 143 0 53 437 143 35
Binary 1110001 1 10010001 10110 1100011 0 101011 100011111 1100011 11101

Color Harmonies of #710191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710191

Black with #710191

Text Example


Text Example

White with #710191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710191; }

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

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

background-color css

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

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

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

border-color css

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

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

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