Html Css Color HEX #881774 Dark Purple

📋 copy color: '#881774'

red 136 ◦ green 23 ◦ blue 116

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

Shades of Dark Purple #881774

Tints of Dark Purple #881774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.18%

R = 49.45%
G = 8.36%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#881774 (or 0x881774) is known color: Dark Purple. HEX triplet: 88, 17 and 74. RGB value is (136,23,116). Sum of RGB (Red+Green+Blue) = 136+23+116=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #881774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881774 is #77E88B. Grayscale: #434343. Windows color (decimal): -7858316 or 7608200. OLE color: 7608200.

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

Color convert

RGB 136 23 116 -
CMYK 0 0.83 0.15 0.47
HSL 310.62º 0.71% 0.31% -
HSV(B) 310.62º 0.83% 0.53% -
XYZ 13.61 7.11 17.18 -
YUV 67.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 136 23 116 0 0.83 0.15 0.47 310.62 0.71 0.31
Hex 88 17 74 0 53 F 2F 137 47 1F
Octal 210 27 164 0 123 17 57 467 107 37
Binary 10001000 10111 1110100 0 1010011 1111 101111 100110111 1000111 11111

Color Harmonies of #881774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881774

Black with #881774

Text Example


Text Example

White with #881774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881774; }

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

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

background-color css

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

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

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

border-color css

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

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

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