Html Css Color HEX #882978 Dark Purple

📋 copy color: '#882978'

red 136 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #882978

Tints of Dark Purple #882978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 45.79%
G = 13.8%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#882978 (or 0x882978) is known color: Dark Purple. HEX triplet: 88, 29 and 78. RGB value is (136,41,120). Sum of RGB (Red+Green+Blue) = 136+41+120=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #882978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882978 is #77D687. Grayscale: #4E4E4E. Windows color (decimal): -7853704 or 7874952. OLE color: 7874952.

HSL color Cylindrical-coordinate representation of color #882978: hue angle of 310.11º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882978 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 120 -
CMYK 0 0.70 0.12 0.47
HSL 310.11º 0.54% 0.35% -
HSV(B) 310.11º 0.7% 0.53% -
XYZ 14.34 8.18 18.59 -
YUV 78.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 136 41 120 0 0.70 0.12 0.47 310.11 0.54 0.35
Hex 88 29 78 0 46 C 2F 136 36 23
Octal 210 51 170 0 106 14 57 466 66 43
Binary 10001000 101001 1111000 0 1000110 1100 101111 100110110 110110 100011

Color Harmonies of #882978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882978

Black with #882978

Text Example


Text Example

White with #882978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882978; }

 p { color: rgb(136,41,120); }

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

background-color css

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

 a { background-color: rgb(136,41,120); }

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

border-color css

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

 span { border-color: rgb(136,41,120); }

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