Html Css Color HEX #841660 Dark Purple

📋 copy color: '#841660'

red 132 ◦ green 22 ◦ blue 96

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

Shades of Dark Purple #841660

Tints of Dark Purple #841660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 52.8%
G = 8.8%
B = 38.4%

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

#841660 (or 0x841660) is known color: Dark Purple. HEX triplet: 84, 16 and 60. RGB value is (132,22,96). Sum of RGB (Red+Green+Blue) = 132+22+96=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #841660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841660 is #7BE99F. Grayscale: #3F3F3F. Windows color (decimal): -8120736 or 6297220. OLE color: 6297220.

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

Color convert

RGB 132 22 96 -
CMYK 0 0.83 0.27 0.48
HSL 319.64º 0.71% 0.3% -
HSV(B) 319.64º 0.83% 0.52% -
XYZ 11.91 6.32 11.66 -
YUV 63.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 132 22 96 0 0.83 0.27 0.48 319.64 0.71 0.3
Hex 84 16 60 0 53 1B 30 140 47 1E
Octal 204 26 140 0 123 33 60 500 107 36
Binary 10000100 10110 1100000 0 1010011 11011 110000 101000000 1000111 11110

Color Harmonies of #841660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841660

Black with #841660

Text Example


Text Example

White with #841660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841660; }

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

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

background-color css

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

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

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

border-color css

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

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

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