Html Css Color HEX #880277 Purple

📋 copy color: '#880277'

red 136 ◦ green 2 ◦ blue 119

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

Shades of Purple #880277

Tints of Purple #880277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 52.92%
G = 0.78%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#880277 (or 0x880277) is known color: Purple. HEX triplet: 88, 02 and 77. RGB value is (136,2,119). Sum of RGB (Red+Green+Blue) = 136+2+119=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880277 is #77FD88. Grayscale: #373737. Windows color (decimal): -7863689 or 7799432. OLE color: 7799432.

HSL color Cylindrical-coordinate representation of color #880277: hue angle of 307.61º degrees, saturation: 0.97, 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 #880277 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 119 -
CMYK 0 0.99 0.12 0.47
HSL 307.61º 0.97% 0.27% -
HSV(B) 307.61º 0.99% 0.53% -
XYZ 13.5 6.61 18.02 -
YUV 55.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 136 2 119 0 0.99 0.12 0.47 307.61 0.97 0.27
Hex 88 2 77 0 63 C 2F 134 61 1B
Octal 210 2 167 0 143 14 57 464 141 33
Binary 10001000 10 1110111 0 1100011 1100 101111 100110100 1100001 11011

Color Harmonies of #880277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880277

Black with #880277

Text Example


Text Example

White with #880277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880277; }

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

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

background-color css

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

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

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

border-color css

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

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

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