Html Css Color HEX #842179 Dark Purple

📋 copy color: '#842179'

red 132 ◦ green 33 ◦ blue 121

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

Shades of Dark Purple #842179

Tints of Dark Purple #842179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

 BLUE value IS 121 (47.66% from 255) = 42.31%

R = 46.15%
G = 11.54%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#842179 (or 0x842179) is known color: Dark Purple. HEX triplet: 84, 21 and 79. RGB value is (132,33,121). Sum of RGB (Red+Green+Blue) = 132+33+121=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #842179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842179 is #7BDE86. Grayscale: #484848. Windows color (decimal): -8117895 or 7938436. OLE color: 7938436.

HSL color Cylindrical-coordinate representation of color #842179: hue angle of 306.67º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842179 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 121 -
CMYK 0 0.75 0.08 0.48
HSL 306.67º 0.6% 0.32% -
HSV(B) 306.67º 0.75% 0.52% -
XYZ 13.51 7.37 18.8 -
YUV 72.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 132 33 121 0 0.75 0.08 0.48 306.67 0.6 0.32
Hex 84 21 79 0 4B 8 30 133 3C 20
Octal 204 41 171 0 113 10 60 463 74 40
Binary 10000100 100001 1111001 0 1001011 1000 110000 100110011 111100 100000

Color Harmonies of #842179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842179

Black with #842179

Text Example


Text Example

White with #842179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842179; }

 p { color: rgb(132,33,121); }

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

background-color css

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

 a { background-color: rgb(132,33,121); }

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

border-color css

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

 span { border-color: rgb(132,33,121); }

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