Html Css Color HEX #710997 Purple

📋 copy color: '#710997'

red 113 ◦ green 9 ◦ blue 151

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

Shades of Purple #710997

Tints of Purple #710997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 41.39%
G = 3.3%
B = 55.31%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#710997 (or 0x710997) is known color: Purple. HEX triplet: 71, 09 and 97. RGB value is (113,9,151). Sum of RGB (Red+Green+Blue) = 113+9+151=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #710997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710997 is #8EF668. Grayscale: #373737. Windows color (decimal): -9369193 or 9898353. OLE color: 9898353.

HSL color Cylindrical-coordinate representation of color #710997: hue angle of 283.94º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710997 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 9 151 -
CMYK 0.25 0.94 0 0.41
HSL 283.94º 0.89% 0.31% -
HSV(B) 283.94º 0.94% 0.59% -
XYZ 12.49 5.94 29.77 -
YUV 56.28 181.46 168.45 -
System Red Green Blue C M Y K H S L
Decimal 113 9 151 0.25 0.94 0 0.41 283.94 0.89 0.31
Hex 71 9 97 19 5E 0 29 11C 59 1F
Octal 161 11 227 31 136 0 51 434 131 37
Binary 1110001 1001 10010111 11001 1011110 0 101001 100011100 1011001 11111

Color Harmonies of #710997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710997

Black with #710997

Text Example


Text Example

White with #710997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710997; }

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

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

background-color css

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

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

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

border-color css

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

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

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