Html Css Color HEX #710E89 Purple

📋 copy color: '#710E89'

red 113 ◦ green 14 ◦ blue 137

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

Shades of Purple #710E89

Tints of Purple #710E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.89%

R = 42.8%
G = 5.3%
B = 51.89%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#710E89 (or 0x710E89) is known color: Purple. HEX triplet: 71, 0E and 89. RGB value is (113,14,137). Sum of RGB (Red+Green+Blue) = 113+14+137=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #710E89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710E89 is #8EF176. Grayscale: #393939. Windows color (decimal): -9367927 or 8982129. OLE color: 8982129.

HSL color Cylindrical-coordinate representation of color #710E89: hue angle of 288.29º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710E89 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 14 137 -
CMYK 0.18 0.90 0 0.46
HSL 288.29º 0.81% 0.3% -
HSV(B) 288.29º 0.9% 0.54% -
XYZ 11.48 5.63 24.15 -
YUV 57.62 172.8 167.5 -
System Red Green Blue C M Y K H S L
Decimal 113 14 137 0.18 0.90 0 0.46 288.29 0.81 0.3
Hex 71 E 89 12 5A 0 2E 120 51 1E
Octal 161 16 211 22 132 0 56 440 121 36
Binary 1110001 1110 10001001 10010 1011010 0 101110 100100000 1010001 11110

Color Harmonies of #710E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710E89

Black with #710E89

Text Example


Text Example

White with #710E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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