Html Css Color HEX #880076 Purple

📋 copy color: '#880076'

red 136 ◦ green 0 ◦ blue 118

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

Shades of Purple #880076

Tints of Purple #880076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 53.54%
G = 0%
B = 46.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#880076 (or 0x880076) is known color: Purple. HEX triplet: 88, 00 and 76. RGB value is (136,0,118). Sum of RGB (Red+Green+Blue) = 136+0+118=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #880076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880076 is #77FF89. Grayscale: #353535. Windows color (decimal): -7864202 or 7733384. OLE color: 7733384.

HSL color Cylindrical-coordinate representation of color #880076: hue angle of 307.94º 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 #880076 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 0 118 -
CMYK 0 1 0.13 0.47
HSL 307.94º 1% 0.27% -
HSV(B) 307.94º 1% 0.53% -
XYZ 13.42 6.54 17.69 -
YUV 54.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 136 0 118 0 1 0.13 0.47 307.94 1 0.27
Hex 88 0 76 0 64 D 2F 134 64 1B
Octal 210 0 166 0 144 15 57 464 144 33
Binary 10001000 0 1110110 0 1100100 1101 101111 100110100 1100100 11011

Color Harmonies of #880076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880076

Black with #880076

Text Example


Text Example

White with #880076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880076; }

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

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

background-color css

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

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

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

border-color css

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

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

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