Html Css Color HEX #881379 Dark Purple

📋 copy color: '#881379'

red 136 ◦ green 19 ◦ blue 121

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

Shades of Dark Purple #881379

Tints of Dark Purple #881379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 49.28%
G = 6.88%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#881379 (or 0x881379) is known color: Dark Purple. HEX triplet: 88, 13 and 79. RGB value is (136,19,121). Sum of RGB (Red+Green+Blue) = 136+19+121=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #881379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881379 is #77EC86. Grayscale: #414141. Windows color (decimal): -7859335 or 7934856. OLE color: 7934856.

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

Color convert

RGB 136 19 121 -
CMYK 0 0.86 0.11 0.47
HSL 307.69º 0.75% 0.3% -
HSV(B) 307.69º 0.86% 0.53% -
XYZ 13.84 7.08 18.73 -
YUV 65.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 136 19 121 0 0.86 0.11 0.47 307.69 0.75 0.3
Hex 88 13 79 0 56 B 2F 134 4B 1E
Octal 210 23 171 0 126 13 57 464 113 36
Binary 10001000 10011 1111001 0 1010110 1011 101111 100110100 1001011 11110

Color Harmonies of #881379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881379

Black with #881379

Text Example


Text Example

White with #881379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881379; }

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

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

background-color css

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

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

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

border-color css

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

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

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