Html Css Color HEX #881779 Dark Purple

📋 copy color: '#881779'

red 136 ◦ green 23 ◦ blue 121

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

Shades of Dark Purple #881779

Tints of Dark Purple #881779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

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

R = 48.57%
G = 8.21%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#881779 (or 0x881779) is known color: Dark Purple. HEX triplet: 88, 17 and 79. RGB value is (136,23,121). Sum of RGB (Red+Green+Blue) = 136+23+121=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #881779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881779 is #77E886. Grayscale: #434343. Windows color (decimal): -7858311 or 7935880. OLE color: 7935880.

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

Color convert

RGB 136 23 121 -
CMYK 0 0.83 0.11 0.47
HSL 307.96º 0.71% 0.31% -
HSV(B) 307.96º 0.83% 0.53% -
XYZ 13.91 7.23 18.75 -
YUV 67.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 136 23 121 0 0.83 0.11 0.47 307.96 0.71 0.31
Hex 88 17 79 0 53 B 2F 134 47 1F
Octal 210 27 171 0 123 13 57 464 107 37
Binary 10001000 10111 1111001 0 1010011 1011 101111 100110100 1000111 11111

Color Harmonies of #881779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881779

Black with #881779

Text Example


Text Example

White with #881779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881779; }

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

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

background-color css

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

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

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

border-color css

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

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

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