Html Css Color HEX #710586 Purple

📋 copy color: '#710586'

red 113 ◦ green 5 ◦ blue 134

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

Shades of Purple #710586

Tints of Purple #710586

RGB

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

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

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

R = 44.84%
G = 1.98%
B = 53.17%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#710586 (or 0x710586) is known color: Purple. HEX triplet: 71, 05 and 86. RGB value is (113,5,134). Sum of RGB (Red+Green+Blue) = 113+5+134=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #710586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710586 is #8EFA79. Grayscale: #333333. Windows color (decimal): -9370234 or 8783217. OLE color: 8783217.

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

Color convert

RGB 113 5 134 -
CMYK 0.16 0.96 0 0.47
HSL 290.23º 0.93% 0.27% -
HSV(B) 290.23º 0.96% 0.53% -
XYZ 11.17 5.34 23 -
YUV 52 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 113 5 134 0.16 0.96 0 0.47 290.23 0.93 0.27
Hex 71 5 86 10 60 0 2F 122 5D 1B
Octal 161 5 206 20 140 0 57 442 135 33
Binary 1110001 101 10000110 10000 1100000 0 101111 100100010 1011101 11011

Color Harmonies of #710586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710586

Black with #710586

Text Example


Text Example

White with #710586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710586; }

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

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

background-color css

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

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

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

border-color css

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

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

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