Html Css Color HEX #842C6C Dark Purple

📋 copy color: '#842C6C'

red 132 ◦ green 44 ◦ blue 108

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

Shades of Dark Purple #842C6C

Tints of Dark Purple #842C6C

RGB

 RED value IS 132 (51.95% from 255) = 46.48%

 GREEN value IS 44 (17.58% from 255) = 15.49%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 46.48%
G = 15.49%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#842C6C (or 0x842C6C) is known color: Dark Purple. HEX triplet: 84, 2C and 6C. RGB value is (132,44,108). Sum of RGB (Red+Green+Blue) = 132+44+108=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #842C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C6C is #7BD393. Grayscale: #4D4D4D. Windows color (decimal): -8115092 or 7089284. OLE color: 7089284.

HSL color Cylindrical-coordinate representation of color #842C6C: hue angle of 316.36º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C6C is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 44 108 -
CMYK 0 0.67 0.18 0.48
HSL 316.36º 0.5% 0.35% -
HSV(B) 316.36º 0.67% 0.52% -
XYZ 13.12 7.79 15 -
YUV 77.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 132 44 108 0 0.67 0.18 0.48 316.36 0.5 0.35
Hex 84 2C 6C 0 43 12 30 13C 32 23
Octal 204 54 154 0 103 22 60 474 62 43
Binary 10000100 101100 1101100 0 1000011 10010 110000 100111100 110010 100011

Color Harmonies of #842C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842C6C

Black with #842C6C

Text Example


Text Example

White with #842C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842C6C; }

 p { color: rgb(132,44,108); }

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

background-color css

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

 a { background-color: rgb(132,44,108); }

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

border-color css

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

 span { border-color: rgb(132,44,108); }

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