Html Css Color HEX #710F97 Purple

📋 copy color: '#710F97'

red 113 ◦ green 15 ◦ blue 151

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

Shades of Purple #710F97

Tints of Purple #710F97

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.38%

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

R = 40.5%
G = 5.38%
B = 54.12%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#710F97 (or 0x710F97) is known color: Purple. HEX triplet: 71, 0F and 97. RGB value is (113,15,151). Sum of RGB (Red+Green+Blue) = 113+15+151=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #710F97 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710F97 is #8EF068. Grayscale: #3B3B3B. Windows color (decimal): -9367657 or 9899889. OLE color: 9899889.

HSL color Cylindrical-coordinate representation of color #710F97: hue angle of 283.24º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710F97 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 15 151 -
CMYK 0.25 0.90 0 0.41
HSL 283.24º 0.82% 0.33% -
HSV(B) 283.24º 0.9% 0.59% -
XYZ 12.57 6.09 29.79 -
YUV 59.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 113 15 151 0.25 0.90 0 0.41 283.24 0.82 0.33
Hex 71 F 97 19 5A 0 29 11B 52 21
Octal 161 17 227 31 132 0 51 433 122 41
Binary 1110001 1111 10010111 11001 1011010 0 101001 100011011 1010010 100001

Color Harmonies of #710F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F97

Black with #710F97

Text Example


Text Example

White with #710F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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