Html Css Color HEX #880471 Purple

📋 copy color: '#880471'

red 136 ◦ green 4 ◦ blue 113

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

Shades of Purple #880471

Tints of Purple #880471

RGB

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

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

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

R = 53.75%
G = 1.58%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#880471 (or 0x880471) is known color: Purple. HEX triplet: 88, 04 and 71. RGB value is (136,4,113). Sum of RGB (Red+Green+Blue) = 136+4+113=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #880471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880471 is #77FB8E. Grayscale: #373737. Windows color (decimal): -7863183 or 7406728. OLE color: 7406728.

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

Color convert

RGB 136 4 113 -
CMYK 0 0.97 0.17 0.47
HSL 310.45º 0.94% 0.27% -
HSV(B) 310.45º 0.97% 0.53% -
XYZ 13.18 6.51 16.19 -
YUV 55.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 136 4 113 0 0.97 0.17 0.47 310.45 0.94 0.27
Hex 88 4 71 0 61 11 2F 136 5E 1B
Octal 210 4 161 0 141 21 57 466 136 33
Binary 10001000 100 1110001 0 1100001 10001 101111 100110110 1011110 11011

Color Harmonies of #880471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880471

Black with #880471

Text Example


Text Example

White with #880471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880471; }

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

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

background-color css

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

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

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

border-color css

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

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

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