Html Css Color HEX #880677 Purple

📋 copy color: '#880677'

red 136 ◦ green 6 ◦ blue 119

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

Shades of Purple #880677

Tints of Purple #880677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

 BLUE value IS 119 (46.88% from 255) = 45.59%

R = 52.11%
G = 2.3%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#880677 (or 0x880677) is known color: Purple. HEX triplet: 88, 06 and 77. RGB value is (136,6,119). Sum of RGB (Red+Green+Blue) = 136+6+119=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #880677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880677 is #77F988. Grayscale: #393939. Windows color (decimal): -7862665 or 7800456. OLE color: 7800456.

HSL color Cylindrical-coordinate representation of color #880677: hue angle of 307.85º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880677 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 6 119 -
CMYK 0 0.96 0.12 0.47
HSL 307.85º 0.92% 0.28% -
HSV(B) 307.85º 0.96% 0.53% -
XYZ 13.55 6.7 18.03 -
YUV 57.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 136 6 119 0 0.96 0.12 0.47 307.85 0.92 0.28
Hex 88 6 77 0 60 C 2F 134 5C 1C
Octal 210 6 167 0 140 14 57 464 134 34
Binary 10001000 110 1110111 0 1100000 1100 101111 100110100 1011100 11100

Color Harmonies of #880677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880677

Black with #880677

Text Example


Text Example

White with #880677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880677; }

 p { color: rgb(136,6,119); }

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

background-color css

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

 a { background-color: rgb(136,6,119); }

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

border-color css

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

 span { border-color: rgb(136,6,119); }

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