Html Css Color HEX #884075 Dark Purple

📋 copy color: '#884075'

red 136 ◦ green 64 ◦ blue 117

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

Shades of Dark Purple #884075

Tints of Dark Purple #884075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 42.9%
G = 20.19%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#884075 (or 0x884075) is known color: Dark Purple. HEX triplet: 88, 40 and 75. RGB value is (136,64,117). Sum of RGB (Red+Green+Blue) = 136+64+117=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #884075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884075 is #77BF8A. Grayscale: #5B5B5B. Windows color (decimal): -7847819 or 7684232. OLE color: 7684232.

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

Color convert

RGB 136 64 117 -
CMYK 0 0.53 0.14 0.47
HSL 315.83º 0.36% 0.39% -
HSV(B) 315.83º 0.53% 0.53% -
XYZ 15.2 10.19 17.99 -
YUV 91.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 136 64 117 0 0.53 0.14 0.47 315.83 0.36 0.39
Hex 88 40 75 0 35 E 2F 13C 24 27
Octal 210 100 165 0 65 16 57 474 44 47
Binary 10001000 1000000 1110101 0 110101 1110 101111 100111100 100100 100111

Color Harmonies of #884075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884075

Black with #884075

Text Example


Text Example

White with #884075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884075; }

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

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

background-color css

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

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

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

border-color css

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

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

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