Html Css Color HEX #710777 Purple

📋 copy color: '#710777'

red 113 ◦ green 7 ◦ blue 119

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

Shades of Purple #710777

Tints of Purple #710777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.93%

 BLUE value IS 119 (46.88% from 255) = 49.79%

R = 47.28%
G = 2.93%
B = 49.79%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#710777 (or 0x710777) is known color: Purple. HEX triplet: 71, 07 and 77. RGB value is (113,7,119). Sum of RGB (Red+Green+Blue) = 113+7+119=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #710777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710777 is #8EF888. Grayscale: #333333. Windows color (decimal): -9369737 or 7800689. OLE color: 7800689.

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

Color convert

RGB 113 7 119 -
CMYK 0.05 0.94 0 0.53
HSL 296.79º 0.89% 0.25% -
HSV(B) 296.79º 0.94% 0.47% -
XYZ 10.22 4.99 17.88 -
YUV 51.46 166.12 171.89 -
System Red Green Blue C M Y K H S L
Decimal 113 7 119 0.05 0.94 0 0.53 296.79 0.89 0.25
Hex 71 7 77 5 5E 0 35 129 59 19
Octal 161 7 167 5 136 0 65 451 131 31
Binary 1110001 111 1110111 101 1011110 0 110101 100101001 1011001 11001

Color Harmonies of #710777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710777

Black with #710777

Text Example


Text Example

White with #710777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710777; }

 p { color: rgb(113,7,119); }

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

background-color css

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

 a { background-color: rgb(113,7,119); }

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

border-color css

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

 span { border-color: rgb(113,7,119); }

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