Html Css Color HEX #710286 Purple

📋 copy color: '#710286'

red 113 ◦ green 2 ◦ blue 134

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

Shades of Purple #710286

Tints of Purple #710286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 45.38%
G = 0.8%
B = 53.82%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#710286 (or 0x710286) is known color: Purple. HEX triplet: 71, 02 and 86. RGB value is (113,2,134). Sum of RGB (Red+Green+Blue) = 113+2+134=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #710286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710286 is #8EFD79. Grayscale: #313131. Windows color (decimal): -9371002 or 8782449. OLE color: 8782449.

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

Color convert

RGB 113 2 134 -
CMYK 0.16 0.99 0 0.47
HSL 290.45º 0.97% 0.27% -
HSV(B) 290.45º 0.99% 0.53% -
XYZ 11.13 5.28 22.99 -
YUV 50.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 113 2 134 0.16 0.99 0 0.47 290.45 0.97 0.27
Hex 71 2 86 10 63 0 2F 122 61 1B
Octal 161 2 206 20 143 0 57 442 141 33
Binary 1110001 10 10000110 10000 1100011 0 101111 100100010 1100001 11011

Color Harmonies of #710286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710286

Black with #710286

Text Example


Text Example

White with #710286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710286; }

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

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

background-color css

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

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

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

border-color css

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

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

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