Html Css Color HEX #710477 Purple

📋 copy color: '#710477'

red 113 ◦ green 4 ◦ blue 119

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

Shades of Purple #710477

Tints of Purple #710477

RGB

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

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

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

R = 47.88%
G = 1.69%
B = 50.42%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#710477 (or 0x710477) is known color: Purple. HEX triplet: 71, 04 and 77. RGB value is (113,4,119). Sum of RGB (Red+Green+Blue) = 113+4+119=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #710477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710477 is #8EFB88. Grayscale: #313131. Windows color (decimal): -9370505 or 7799921. OLE color: 7799921.

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

Color convert

RGB 113 4 119 -
CMYK 0.05 0.97 0 0.53
HSL 296.87º 0.93% 0.24% -
HSV(B) 296.87º 0.97% 0.47% -
XYZ 10.18 4.93 17.87 -
YUV 49.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 113 4 119 0.05 0.97 0 0.53 296.87 0.93 0.24
Hex 71 4 77 5 61 0 35 129 5D 18
Octal 161 4 167 5 141 0 65 451 135 30
Binary 1110001 100 1110111 101 1100001 0 110101 100101001 1011101 11000

Color Harmonies of #710477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710477

Black with #710477

Text Example


Text Example

White with #710477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710477; }

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

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

background-color css

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

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

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

border-color css

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

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

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