Html Css Color HEX #880171 Purple

📋 copy color: '#880171'

red 136 ◦ green 1 ◦ blue 113

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

Shades of Purple #880171

Tints of Purple #880171

RGB

 RED value IS 136 (53.52% from 255) = 54.4%

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 54.4%
G = 0.4%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#880171 (or 0x880171) is known color: Purple. HEX triplet: 88, 01 and 71. RGB value is (136,1,113). Sum of RGB (Red+Green+Blue) = 136+1+113=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #880171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880171 is #77FE8E. Grayscale: #353535. Windows color (decimal): -7863951 or 7405960. OLE color: 7405960.

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

Color convert

RGB 136 1 113 -
CMYK 0 0.99 0.17 0.47
HSL 310.22º 0.99% 0.27% -
HSV(B) 310.22º 0.99% 0.53% -
XYZ 13.14 6.45 16.17 -
YUV 54.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 136 1 113 0 0.99 0.17 0.47 310.22 0.99 0.27
Hex 88 1 71 0 63 11 2F 136 63 1B
Octal 210 1 161 0 143 21 57 466 143 33
Binary 10001000 1 1110001 0 1100011 10001 101111 100110110 1100011 11011

Color Harmonies of #880171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880171

Black with #880171

Text Example


Text Example

White with #880171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880171; }

 p { color: rgb(136,1,113); }

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

background-color css

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

 a { background-color: rgb(136,1,113); }

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

border-color css

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

 span { border-color: rgb(136,1,113); }

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