Html Css Color HEX #841560 Dark Purple

📋 copy color: '#841560'

red 132 ◦ green 21 ◦ blue 96

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

Shades of Dark Purple #841560

Tints of Dark Purple #841560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

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

R = 53.01%
G = 8.43%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#841560 (or 0x841560) is known color: Dark Purple. HEX triplet: 84, 15 and 60. RGB value is (132,21,96). Sum of RGB (Red+Green+Blue) = 132+21+96=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #841560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841560 is #7BEA9F. Grayscale: #3E3E3E. Windows color (decimal): -8120992 or 6296964. OLE color: 6296964.

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

Color convert

RGB 132 21 96 -
CMYK 0 0.84 0.27 0.48
HSL 319.46º 0.73% 0.3% -
HSV(B) 319.46º 0.84% 0.52% -
XYZ 11.9 6.29 11.65 -
YUV 62.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 132 21 96 0 0.84 0.27 0.48 319.46 0.73 0.3
Hex 84 15 60 0 54 1B 30 13F 49 1E
Octal 204 25 140 0 124 33 60 477 111 36
Binary 10000100 10101 1100000 0 1010100 11011 110000 100111111 1001001 11110

Color Harmonies of #841560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841560

Black with #841560

Text Example


Text Example

White with #841560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841560; }

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

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

background-color css

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

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

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

border-color css

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

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

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