Html Css Color HEX #710886 Purple

📋 copy color: '#710886'

red 113 ◦ green 8 ◦ blue 134

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

Shades of Purple #710886

Tints of Purple #710886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 44.31%
G = 3.14%
B = 52.55%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#710886 (or 0x710886) is known color: Purple. HEX triplet: 71, 08 and 86. RGB value is (113,8,134). Sum of RGB (Red+Green+Blue) = 113+8+134=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #710886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710886 is #8EF779. Grayscale: #353535. Windows color (decimal): -9369466 or 8783985. OLE color: 8783985.

HSL color Cylindrical-coordinate representation of color #710886: hue angle of 290º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710886 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 8 134 -
CMYK 0.16 0.94 0 0.47
HSL 290º 0.89% 0.28% -
HSV(B) 290º 0.94% 0.53% -
XYZ 11.2 5.41 23.01 -
YUV 53.76 173.29 170.25 -
System Red Green Blue C M Y K H S L
Decimal 113 8 134 0.16 0.94 0 0.47 290 0.89 0.28
Hex 71 8 86 10 5E 0 2F 122 59 1C
Octal 161 10 206 20 136 0 57 442 131 34
Binary 1110001 1000 10000110 10000 1011110 0 101111 100100010 1011001 11100

Color Harmonies of #710886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710886

Black with #710886

Text Example


Text Example

White with #710886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710886; }

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

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

background-color css

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

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

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

border-color css

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

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

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