Html Css Color HEX #710981 Purple

📋 copy color: '#710981'

red 113 ◦ green 9 ◦ blue 129

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

Shades of Purple #710981

Tints of Purple #710981

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

 BLUE value IS 129 (50.78% from 255) = 51.39%

R = 45.02%
G = 3.59%
B = 51.39%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#710981 (or 0x710981) is known color: Purple. HEX triplet: 71, 09 and 81. RGB value is (113,9,129). Sum of RGB (Red+Green+Blue) = 113+9+129=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #710981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710981 is #8EF67E. Grayscale: #353535. Windows color (decimal): -9369215 or 8456561. OLE color: 8456561.

HSL color Cylindrical-coordinate representation of color #710981: hue angle of 292º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710981 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 9 129 -
CMYK 0.12 0.93 0 0.49
HSL 292º 0.87% 0.27% -
HSV(B) 292º 0.93% 0.51% -
XYZ 10.87 5.29 21.22 -
YUV 53.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 113 9 129 0.12 0.93 0 0.49 292 0.87 0.27
Hex 71 9 81 C 5D 0 31 124 57 1B
Octal 161 11 201 14 135 0 61 444 127 33
Binary 1110001 1001 10000001 1100 1011101 0 110001 100100100 1010111 11011

Color Harmonies of #710981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710981

Black with #710981

Text Example


Text Example

White with #710981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710981; }

 p { color: rgb(113,9,129); }

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

background-color css

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

 a { background-color: rgb(113,9,129); }

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

border-color css

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

 span { border-color: rgb(113,9,129); }

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