Html Css Color HEX #710597 Purple

📋 copy color: '#710597'

red 113 ◦ green 5 ◦ blue 151

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

Shades of Purple #710597

Tints of Purple #710597

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

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

R = 42.01%
G = 1.86%
B = 56.13%

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

#710597 (or 0x710597) is known color: Purple. HEX triplet: 71, 05 and 97. RGB value is (113,5,151). Sum of RGB (Red+Green+Blue) = 113+5+151=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #710597 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710597 is #8EFA68. Grayscale: #353535. Windows color (decimal): -9370217 or 9897329. OLE color: 9897329.

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

Color convert

RGB 113 5 151 -
CMYK 0.25 0.97 0 0.41
HSL 284.38º 0.94% 0.31% -
HSV(B) 284.38º 0.97% 0.59% -
XYZ 12.45 5.85 29.75 -
YUV 53.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 113 5 151 0.25 0.97 0 0.41 284.38 0.94 0.31
Hex 71 5 97 19 61 0 29 11C 5E 1F
Octal 161 5 227 31 141 0 51 434 136 37
Binary 1110001 101 10010111 11001 1100001 0 101001 100011100 1011110 11111

Color Harmonies of #710597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710597

Black with #710597

Text Example


Text Example

White with #710597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710597; }

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

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

background-color css

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

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

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

border-color css

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

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

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