Html Css Color HEX #710986 Purple

📋 copy color: '#710986'

red 113 ◦ green 9 ◦ blue 134

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

Shades of Purple #710986

Tints of Purple #710986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

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

R = 44.14%
G = 3.52%
B = 52.34%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#710986 (or 0x710986) is known color: Purple. HEX triplet: 71, 09 and 86. RGB value is (113,9,134). Sum of RGB (Red+Green+Blue) = 113+9+134=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #710986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710986 is #8EF679. Grayscale: #353535. Windows color (decimal): -9369210 or 8784241. OLE color: 8784241.

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

Color convert

RGB 113 9 134 -
CMYK 0.16 0.93 0 0.47
HSL 289.92º 0.87% 0.28% -
HSV(B) 289.92º 0.93% 0.53% -
XYZ 11.21 5.43 23.01 -
YUV 54.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 113 9 134 0.16 0.93 0 0.47 289.92 0.87 0.28
Hex 71 9 86 10 5D 0 2F 122 57 1C
Octal 161 11 206 20 135 0 57 442 127 34
Binary 1110001 1001 10000110 10000 1011101 0 101111 100100010 1010111 11100

Color Harmonies of #710986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710986

Black with #710986

Text Example


Text Example

White with #710986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710986; }

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

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

background-color css

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

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

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

border-color css

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

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

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