Html Css Color HEX #880279 Purple

📋 copy color: '#880279'

red 136 ◦ green 2 ◦ blue 121

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

Shades of Purple #880279

Tints of Purple #880279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.72%

R = 52.51%
G = 0.77%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#880279 (or 0x880279) is known color: Purple. HEX triplet: 88, 02 and 79. RGB value is (136,2,121). Sum of RGB (Red+Green+Blue) = 136+2+121=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880279 is #77FD86. Grayscale: #373737. Windows color (decimal): -7863687 or 7930504. OLE color: 7930504.

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

Color convert

RGB 136 2 121 -
CMYK 0 0.99 0.11 0.47
HSL 306.72º 0.97% 0.27% -
HSV(B) 306.72º 0.99% 0.53% -
XYZ 13.63 6.66 18.66 -
YUV 55.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 136 2 121 0 0.99 0.11 0.47 306.72 0.97 0.27
Hex 88 2 79 0 63 B 2F 133 61 1B
Octal 210 2 171 0 143 13 57 463 141 33
Binary 10001000 10 1111001 0 1100011 1011 101111 100110011 1100001 11011

Color Harmonies of #880279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880279

Black with #880279

Text Example


Text Example

White with #880279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880279; }

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

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

background-color css

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

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

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

border-color css

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

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

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