Html Css Color HEX #880579 Purple

📋 copy color: '#880579'

red 136 ◦ green 5 ◦ blue 121

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

Shades of Purple #880579

Tints of Purple #880579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 51.91%
G = 1.91%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#880579 (or 0x880579) is known color: Purple. HEX triplet: 88, 05 and 79. RGB value is (136,5,121). Sum of RGB (Red+Green+Blue) = 136+5+121=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #880579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880579 is #77FA86. Grayscale: #393939. Windows color (decimal): -7862919 or 7931272. OLE color: 7931272.

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

Color convert

RGB 136 5 121 -
CMYK 0 0.96 0.11 0.47
HSL 306.87º 0.93% 0.28% -
HSV(B) 306.87º 0.96% 0.53% -
XYZ 13.66 6.72 18.67 -
YUV 57.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 136 5 121 0 0.96 0.11 0.47 306.87 0.93 0.28
Hex 88 5 79 0 60 B 2F 133 5D 1C
Octal 210 5 171 0 140 13 57 463 135 34
Binary 10001000 101 1111001 0 1100000 1011 101111 100110011 1011101 11100

Color Harmonies of #880579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880579

Black with #880579

Text Example


Text Example

White with #880579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880579; }

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

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

background-color css

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

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

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

border-color css

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

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

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