Html Css Color HEX #711097 Purple

📋 copy color: '#711097'

red 113 ◦ green 16 ◦ blue 151

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

Shades of Purple #711097

Tints of Purple #711097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.71%

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

R = 40.36%
G = 5.71%
B = 53.93%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#711097 (or 0x711097) is known color: Purple. HEX triplet: 71, 10 and 97. RGB value is (113,16,151). Sum of RGB (Red+Green+Blue) = 113+16+151=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #711097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711097 is #8EEF68. Grayscale: #3B3B3B. Windows color (decimal): -9367401 or 9900145. OLE color: 9900145.

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

Color convert

RGB 113 16 151 -
CMYK 0.25 0.89 0 0.41
HSL 283.11º 0.81% 0.33% -
HSV(B) 283.11º 0.89% 0.59% -
XYZ 12.58 6.12 29.8 -
YUV 60.39 179.14 165.52 -
System Red Green Blue C M Y K H S L
Decimal 113 16 151 0.25 0.89 0 0.41 283.11 0.81 0.33
Hex 71 10 97 19 59 0 29 11B 51 21
Octal 161 20 227 31 131 0 51 433 121 41
Binary 1110001 10000 10010111 11001 1011001 0 101001 100011011 1010001 100001

Color Harmonies of #711097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711097

Black with #711097

Text Example


Text Example

White with #711097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711097; }

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

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

background-color css

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

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

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

border-color css

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

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

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