Html Css Color HEX #881079 Dark Purple

📋 copy color: '#881079'

red 136 ◦ green 16 ◦ blue 121

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

Shades of Dark Purple #881079

Tints of Dark Purple #881079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

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

R = 49.82%
G = 5.86%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#881079 (or 0x881079) is known color: Dark Purple. HEX triplet: 88, 10 and 79. RGB value is (136,16,121). Sum of RGB (Red+Green+Blue) = 136+16+121=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #881079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881079 is #77EF86. Grayscale: #3F3F3F. Windows color (decimal): -7860103 or 7934088. OLE color: 7934088.

HSL color Cylindrical-coordinate representation of color #881079: hue angle of 307.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881079 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 16 121 -
CMYK 0 0.88 0.11 0.47
HSL 307.5º 0.79% 0.3% -
HSV(B) 307.5º 0.88% 0.53% -
XYZ 13.79 6.99 18.71 -
YUV 63.85 160.26 179.46 -
System Red Green Blue C M Y K H S L
Decimal 136 16 121 0 0.88 0.11 0.47 307.5 0.79 0.3
Hex 88 10 79 0 58 B 2F 134 4F 1E
Octal 210 20 171 0 130 13 57 464 117 36
Binary 10001000 10000 1111001 0 1011000 1011 101111 100110100 1001111 11110

Color Harmonies of #881079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881079

Black with #881079

Text Example


Text Example

White with #881079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881079; }

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

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

background-color css

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

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

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

border-color css

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

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

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