Html Css Color HEX #842172 Dark Purple

📋 copy color: '#842172'

red 132 ◦ green 33 ◦ blue 114

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

Shades of Dark Purple #842172

Tints of Dark Purple #842172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 47.31%
G = 11.83%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#842172 (or 0x842172) is known color: Dark Purple. HEX triplet: 84, 21 and 72. RGB value is (132,33,114). Sum of RGB (Red+Green+Blue) = 132+33+114=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #842172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842172 is #7BDE8D. Grayscale: #474747. Windows color (decimal): -8117902 or 7479684. OLE color: 7479684.

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

Color convert

RGB 132 33 114 -
CMYK 0 0.75 0.14 0.48
HSL 310.91º 0.6% 0.32% -
HSV(B) 310.91º 0.75% 0.52% -
XYZ 13.1 7.21 16.62 -
YUV 71.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 132 33 114 0 0.75 0.14 0.48 310.91 0.6 0.32
Hex 84 21 72 0 4B E 30 137 3C 20
Octal 204 41 162 0 113 16 60 467 74 40
Binary 10000100 100001 1110010 0 1001011 1110 110000 100110111 111100 100000

Color Harmonies of #842172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842172

Black with #842172

Text Example


Text Example

White with #842172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842172; }

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

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

background-color css

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

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

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

border-color css

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

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

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