Html Css Color HEX #710E93 Purple

📋 copy color: '#710E93'

red 113 ◦ green 14 ◦ blue 147

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

Shades of Purple #710E93

Tints of Purple #710E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.65%

R = 41.24%
G = 5.11%
B = 53.65%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#710E93 (or 0x710E93) is known color: Purple. HEX triplet: 71, 0E and 93. RGB value is (113,14,147). Sum of RGB (Red+Green+Blue) = 113+14+147=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #710E93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710E93 is #8EF16C. Grayscale: #3A3A3A. Windows color (decimal): -9367917 or 9637489. OLE color: 9637489.

HSL color Cylindrical-coordinate representation of color #710E93: hue angle of 284.66º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710E93 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 14 147 -
CMYK 0.23 0.90 0 0.42
HSL 284.66º 0.83% 0.32% -
HSV(B) 284.66º 0.9% 0.58% -
XYZ 12.23 5.93 28.1 -
YUV 58.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 113 14 147 0.23 0.90 0 0.42 284.66 0.83 0.32
Hex 71 E 93 17 5A 0 2A 11D 53 20
Octal 161 16 223 27 132 0 52 435 123 40
Binary 1110001 1110 10010011 10111 1011010 0 101010 100011101 1010011 100000

Color Harmonies of #710E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710E93

Black with #710E93

Text Example


Text Example

White with #710E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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