Html Css Color HEX #710577 Purple

📋 copy color: '#710577'

red 113 ◦ green 5 ◦ blue 119

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

Shades of Purple #710577

Tints of Purple #710577

RGB

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

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

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

R = 47.68%
G = 2.11%
B = 50.21%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#710577 (or 0x710577) is known color: Purple. HEX triplet: 71, 05 and 77. RGB value is (113,5,119). Sum of RGB (Red+Green+Blue) = 113+5+119=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #710577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710577 is #8EFA88. Grayscale: #313131. Windows color (decimal): -9370249 or 7800177. OLE color: 7800177.

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

Color convert

RGB 113 5 119 -
CMYK 0.05 0.96 0 0.53
HSL 296.84º 0.92% 0.24% -
HSV(B) 296.84º 0.96% 0.47% -
XYZ 10.19 4.95 17.87 -
YUV 50.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 113 5 119 0.05 0.96 0 0.53 296.84 0.92 0.24
Hex 71 5 77 5 60 0 35 129 5C 18
Octal 161 5 167 5 140 0 65 451 134 30
Binary 1110001 101 1110111 101 1100000 0 110101 100101001 1011100 11000

Color Harmonies of #710577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710577

Black with #710577

Text Example


Text Example

White with #710577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710577; }

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

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

background-color css

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

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

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

border-color css

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

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

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