Html Css Color HEX #841661 Dark Purple

📋 copy color: '#841661'

red 132 ◦ green 22 ◦ blue 97

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

Shades of Dark Purple #841661

Tints of Dark Purple #841661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.65%

R = 52.59%
G = 8.76%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#841661 (or 0x841661) is known color: Dark Purple. HEX triplet: 84, 16 and 61. RGB value is (132,22,97). Sum of RGB (Red+Green+Blue) = 132+22+97=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #841661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841661 is #7BE99E. Grayscale: #3F3F3F. Windows color (decimal): -8120735 or 6362756. OLE color: 6362756.

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

Color convert

RGB 132 22 97 -
CMYK 0 0.83 0.27 0.48
HSL 319.09º 0.71% 0.3% -
HSV(B) 319.09º 0.83% 0.52% -
XYZ 11.96 6.34 11.9 -
YUV 63.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 132 22 97 0 0.83 0.27 0.48 319.09 0.71 0.3
Hex 84 16 61 0 53 1B 30 13F 47 1E
Octal 204 26 141 0 123 33 60 477 107 36
Binary 10000100 10110 1100001 0 1010011 11011 110000 100111111 1000111 11110

Color Harmonies of #841661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841661

Black with #841661

Text Example


Text Example

White with #841661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841661; }

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

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

background-color css

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

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

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

border-color css

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

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

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