Html Css Color HEX #710497 Purple

📋 copy color: '#710497'

red 113 ◦ green 4 ◦ blue 151

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

Shades of Purple #710497

Tints of Purple #710497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 42.16%
G = 1.49%
B = 56.34%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#710497 (or 0x710497) is known color: Purple. HEX triplet: 71, 04 and 97. RGB value is (113,4,151). Sum of RGB (Red+Green+Blue) = 113+4+151=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #710497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710497 is #8EFB68. Grayscale: #343434. Windows color (decimal): -9370473 or 9897073. OLE color: 9897073.

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

Color convert

RGB 113 4 151 -
CMYK 0.25 0.97 0 0.41
HSL 284.49º 0.95% 0.3% -
HSV(B) 284.49º 0.97% 0.59% -
XYZ 12.44 5.83 29.75 -
YUV 53.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 113 4 151 0.25 0.97 0 0.41 284.49 0.95 0.3
Hex 71 4 97 19 61 0 29 11C 5F 1E
Octal 161 4 227 31 141 0 51 434 137 36
Binary 1110001 100 10010111 11001 1100001 0 101001 100011100 1011111 11110

Color Harmonies of #710497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710497

Black with #710497

Text Example


Text Example

White with #710497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710497; }

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

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

background-color css

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

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

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

border-color css

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

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

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