Html Css Color HEX #841672 Dark Purple

📋 copy color: '#841672'

red 132 ◦ green 22 ◦ blue 114

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

Shades of Dark Purple #841672

Tints of Dark Purple #841672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

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

R = 49.25%
G = 8.21%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#841672 (or 0x841672) is known color: Dark Purple. HEX triplet: 84, 16 and 72. RGB value is (132,22,114). Sum of RGB (Red+Green+Blue) = 132+22+114=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #841672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841672 is #7BE98D. Grayscale: #414141. Windows color (decimal): -8120718 or 7476868. OLE color: 7476868.

HSL color Cylindrical-coordinate representation of color #841672: hue angle of 309.82º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841672 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 22 114 -
CMYK 0 0.83 0.14 0.48
HSL 309.82º 0.71% 0.3% -
HSV(B) 309.82º 0.83% 0.52% -
XYZ 12.84 6.69 16.53 -
YUV 65.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 132 22 114 0 0.83 0.14 0.48 309.82 0.71 0.3
Hex 84 16 72 0 53 E 30 136 47 1E
Octal 204 26 162 0 123 16 60 466 107 36
Binary 10000100 10110 1110010 0 1010011 1110 110000 100110110 1000111 11110

Color Harmonies of #841672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841672

Black with #841672

Text Example


Text Example

White with #841672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841672; }

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

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

background-color css

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

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

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

border-color css

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

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

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