Html Css Color HEX #710E85 Purple

📋 copy color: '#710E85'

red 113 ◦ green 14 ◦ blue 133

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

Shades of Purple #710E85

Tints of Purple #710E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.15%

R = 43.46%
G = 5.38%
B = 51.15%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#710E85 (or 0x710E85) is known color: Purple. HEX triplet: 71, 0E and 85. RGB value is (113,14,133). Sum of RGB (Red+Green+Blue) = 113+14+133=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #710E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710E85 is #8EF17A. Grayscale: #383838. Windows color (decimal): -9367931 or 8719985. OLE color: 8719985.

HSL color Cylindrical-coordinate representation of color #710E85: hue angle of 289.92º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710E85 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 14 133 -
CMYK 0.15 0.89 0 0.48
HSL 289.92º 0.81% 0.29% -
HSV(B) 289.92º 0.89% 0.52% -
XYZ 11.2 5.52 22.67 -
YUV 57.17 170.8 167.82 -
System Red Green Blue C M Y K H S L
Decimal 113 14 133 0.15 0.89 0 0.48 289.92 0.81 0.29
Hex 71 E 85 F 59 0 30 122 51 1D
Octal 161 16 205 17 131 0 60 442 121 35
Binary 1110001 1110 10000101 1111 1011001 0 110000 100100010 1010001 11101

Color Harmonies of #710E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710E85

Black with #710E85

Text Example


Text Example

White with #710E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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