Html Css Color HEX #710891 Purple

📋 copy color: '#710891'

red 113 ◦ green 8 ◦ blue 145

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

Shades of Purple #710891

Tints of Purple #710891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.01%

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

R = 42.48%
G = 3.01%
B = 54.51%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#710891 (or 0x710891) is known color: Purple. HEX triplet: 71, 08 and 91. RGB value is (113,8,145). Sum of RGB (Red+Green+Blue) = 113+8+145=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #710891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710891 is #8EF76E. Grayscale: #363636. Windows color (decimal): -9369455 or 9504881. OLE color: 9504881.

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

Color convert

RGB 113 8 145 -
CMYK 0.22 0.94 0 0.43
HSL 285.99º 0.9% 0.3% -
HSV(B) 285.99º 0.94% 0.57% -
XYZ 12.01 5.73 27.26 -
YUV 55.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 113 8 145 0.22 0.94 0 0.43 285.99 0.9 0.3
Hex 71 8 91 16 5E 0 2B 11E 5A 1E
Octal 161 10 221 26 136 0 53 436 132 36
Binary 1110001 1000 10010001 10110 1011110 0 101011 100011110 1011010 11110

Color Harmonies of #710891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710891

Black with #710891

Text Example


Text Example

White with #710891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710891; }

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

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

background-color css

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

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

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

border-color css

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

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

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