Html Css Color HEX #710077 Purple

📋 copy color: '#710077'

red 113 ◦ green 0 ◦ blue 119

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

Shades of Purple #710077

Tints of Purple #710077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.71%
G = 0%
B = 51.29%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#710077 (or 0x710077) is known color: Purple. HEX triplet: 71, 00 and 77. RGB value is (113,0,119). Sum of RGB (Red+Green+Blue) = 113+0+119=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #710077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710077 is #8EFF88. Grayscale: #2E2E2E. Windows color (decimal): -9371529 or 7798897. OLE color: 7798897.

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

Color convert

RGB 113 0 119 -
CMYK 0.05 1 0 0.53
HSL 296.97º 1% 0.23% -
HSV(B) 296.97º 1% 0.47% -
XYZ 10.14 4.84 17.85 -
YUV 47.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 113 0 119 0.05 1 0 0.53 296.97 1 0.23
Hex 71 0 77 5 64 0 35 129 64 17
Octal 161 0 167 5 144 0 65 451 144 27
Binary 1110001 0 1110111 101 1100100 0 110101 100101001 1100100 10111

Color Harmonies of #710077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710077

Black with #710077

Text Example


Text Example

White with #710077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710077; }

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

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

background-color css

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

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

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

border-color css

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

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

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