Html Css Color HEX #880079 Purple

📋 copy color: '#880079'

red 136 ◦ green 0 ◦ blue 121

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

Shades of Purple #880079

Tints of Purple #880079

RGB

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

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

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

R = 52.92%
G = 0%
B = 47.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#880079 (or 0x880079) is known color: Purple. HEX triplet: 88, 00 and 79. RGB value is (136,0,121). Sum of RGB (Red+Green+Blue) = 136+0+121=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880079 is #77FF86. Grayscale: #363636. Windows color (decimal): -7864199 or 7929992. OLE color: 7929992.

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

Color convert

RGB 136 0 121 -
CMYK 0 1 0.11 0.47
HSL 306.62º 1% 0.27% -
HSV(B) 306.62º 1% 0.53% -
XYZ 13.6 6.61 18.65 -
YUV 54.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 136 0 121 0 1 0.11 0.47 306.62 1 0.27
Hex 88 0 79 0 64 B 2F 133 64 1B
Octal 210 0 171 0 144 13 57 463 144 33
Binary 10001000 0 1111001 0 1100100 1011 101111 100110011 1100100 11011

Color Harmonies of #880079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880079

Black with #880079

Text Example


Text Example

White with #880079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880079; }

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

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

background-color css

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

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

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

border-color css

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

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

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