Html Css Color HEX #884074 Dark Purple

📋 copy color: '#884074'

red 136 ◦ green 64 ◦ blue 116

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

Shades of Dark Purple #884074

Tints of Dark Purple #884074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

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

R = 43.04%
G = 20.25%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#884074 (or 0x884074) is known color: Dark Purple. HEX triplet: 88, 40 and 74. RGB value is (136,64,116). Sum of RGB (Red+Green+Blue) = 136+64+116=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #884074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884074 is #77BF8B. Grayscale: #5B5B5B. Windows color (decimal): -7847820 or 7618696. OLE color: 7618696.

HSL color Cylindrical-coordinate representation of color #884074: hue angle of 316.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884074 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 64 116 -
CMYK 0 0.53 0.15 0.47
HSL 316.67º 0.36% 0.39% -
HSV(B) 316.67º 0.53% 0.53% -
XYZ 15.14 10.16 17.69 -
YUV 91.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 136 64 116 0 0.53 0.15 0.47 316.67 0.36 0.39
Hex 88 40 74 0 35 F 2F 13D 24 27
Octal 210 100 164 0 65 17 57 475 44 47
Binary 10001000 1000000 1110100 0 110101 1111 101111 100111101 100100 100111

Color Harmonies of #884074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884074

Black with #884074

Text Example


Text Example

White with #884074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884074; }

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

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

background-color css

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

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

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

border-color css

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

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

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