Html Css Color HEX #710E8E Purple

📋 copy color: '#710E8E'

red 113 ◦ green 14 ◦ blue 142

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

Shades of Purple #710E8E

Tints of Purple #710E8E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.2%

 BLUE value IS 142 (55.86% from 255) = 52.79%

R = 42.01%
G = 5.2%
B = 52.79%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#710E8E (or 0x710E8E) is known color: Purple. HEX triplet: 71, 0E and 8E. RGB value is (113,14,142). Sum of RGB (Red+Green+Blue) = 113+14+142=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #710E8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710E8E is #8EF171. Grayscale: #393939. Windows color (decimal): -9367922 or 9309809. OLE color: 9309809.

HSL color Cylindrical-coordinate representation of color #710E8E: hue angle of 286.41º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710E8E is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 14 142 -
CMYK 0.20 0.90 0 0.44
HSL 286.41º 0.82% 0.31% -
HSV(B) 286.41º 0.9% 0.56% -
XYZ 11.85 5.78 26.08 -
YUV 58.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 113 14 142 0.20 0.90 0 0.44 286.41 0.82 0.31
Hex 71 E 8E 14 5A 0 2C 11E 52 1F
Octal 161 16 216 24 132 0 54 436 122 37
Binary 1110001 1110 10001110 10100 1011010 0 101100 100011110 1010010 11111

Color Harmonies of #710E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710E8E

Black with #710E8E

Text Example


Text Example

White with #710E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710E8E; }

 p { color: rgb(113,14,142); }

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

background-color css

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

 a { background-color: rgb(113,14,142); }

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

border-color css

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

 span { border-color: rgb(113,14,142); }

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