Html Css Color HEX #71177F Purple

📋 copy color: '#71177F'

red 113 ◦ green 23 ◦ blue 127

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

Shades of Purple #71177F

Tints of Purple #71177F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 127 (50% from 255) = 48.29%

R = 42.97%
G = 8.75%
B = 48.29%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71177F (or 0x71177F) is known color: Purple. HEX triplet: 71, 17 and 7F. RGB value is (113,23,127). Sum of RGB (Red+Green+Blue) = 113+23+127=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #71177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71177F is #8EE880. Grayscale: #3D3D3D. Windows color (decimal): -9365633 or 8329073. OLE color: 8329073.

HSL color Cylindrical-coordinate representation of color #71177F: hue angle of 291.92º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71177F is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 23 127 -
CMYK 0.11 0.82 0 0.50
HSL 291.92º 0.69% 0.29% -
HSV(B) 291.92º 0.82% 0.5% -
XYZ 10.95 5.66 20.59 -
YUV 61.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 113 23 127 0.11 0.82 0 0.50 291.92 0.69 0.29
Hex 71 17 7F B 52 0 32 124 45 1D
Octal 161 27 177 13 122 0 62 444 105 35
Binary 1110001 10111 1111111 1011 1010010 0 110010 100100100 1000101 11101

Color Harmonies of #71177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71177F

Black with #71177F

Text Example


Text Example

White with #71177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71177F; }

 p { color: rgb(113,23,127); }

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

background-color css

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

 a { background-color: rgb(113,23,127); }

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

border-color css

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

 span { border-color: rgb(113,23,127); }

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