Html Css Color HEX #841674 Dark Purple

📋 copy color: '#841674'

red 132 ◦ green 22 ◦ blue 116

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

Shades of Dark Purple #841674

Tints of Dark Purple #841674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 48.89%
G = 8.15%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#841674 (or 0x841674) is known color: Dark Purple. HEX triplet: 84, 16 and 74. RGB value is (132,22,116). Sum of RGB (Red+Green+Blue) = 132+22+116=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #841674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841674 is #7BE98B. Grayscale: #414141. Windows color (decimal): -8120716 or 7607940. OLE color: 7607940.

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

Color convert

RGB 132 22 116 -
CMYK 0 0.83 0.12 0.48
HSL 308.73º 0.71% 0.3% -
HSV(B) 308.73º 0.83% 0.52% -
XYZ 12.96 6.74 17.14 -
YUV 65.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 132 22 116 0 0.83 0.12 0.48 308.73 0.71 0.3
Hex 84 16 74 0 53 C 30 135 47 1E
Octal 204 26 164 0 123 14 60 465 107 36
Binary 10000100 10110 1110100 0 1010011 1100 110000 100110101 1000111 11110

Color Harmonies of #841674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841674

Black with #841674

Text Example


Text Example

White with #841674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841674; }

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

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

background-color css

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

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

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

border-color css

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

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

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