Html Css Color HEX #880071 Purple

📋 copy color: '#880071'

red 136 ◦ green 0 ◦ blue 113

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

Shades of Purple #880071

Tints of Purple #880071

RGB

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

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

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

R = 54.62%
G = 0%
B = 45.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#880071 (or 0x880071) is known color: Purple. HEX triplet: 88, 00 and 71. RGB value is (136,0,113). Sum of RGB (Red+Green+Blue) = 136+0+113=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #880071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880071 is #77FF8E. Grayscale: #353535. Windows color (decimal): -7864207 or 7405704. OLE color: 7405704.

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

Color convert

RGB 136 0 113 -
CMYK 0 1 0.17 0.47
HSL 310.15º 1% 0.27% -
HSV(B) 310.15º 1% 0.53% -
XYZ 13.13 6.43 16.17 -
YUV 53.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 136 0 113 0 1 0.17 0.47 310.15 1 0.27
Hex 88 0 71 0 64 11 2F 136 64 1B
Octal 210 0 161 0 144 21 57 466 144 33
Binary 10001000 0 1110001 0 1100100 10001 101111 100110110 1100100 11011

Color Harmonies of #880071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880071

Black with #880071

Text Example


Text Example

White with #880071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880071; }

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

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

background-color css

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

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

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

border-color css

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

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

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