Html Css Color HEX #841861 Dark Purple

📋 copy color: '#841861'

red 132 ◦ green 24 ◦ blue 97

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

Shades of Dark Purple #841861

Tints of Dark Purple #841861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.49%

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

R = 52.17%
G = 9.49%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#841861 (or 0x841861) is known color: Dark Purple. HEX triplet: 84, 18 and 61. RGB value is (132,24,97). Sum of RGB (Red+Green+Blue) = 132+24+97=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #841861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841861 is #7BE79E. Grayscale: #404040. Windows color (decimal): -8120223 or 6363268. OLE color: 6363268.

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

Color convert

RGB 132 24 97 -
CMYK 0 0.82 0.27 0.48
HSL 319.44º 0.69% 0.31% -
HSV(B) 319.44º 0.82% 0.52% -
XYZ 12 6.42 11.92 -
YUV 64.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 132 24 97 0 0.82 0.27 0.48 319.44 0.69 0.31
Hex 84 18 61 0 52 1B 30 13F 45 1F
Octal 204 30 141 0 122 33 60 477 105 37
Binary 10000100 11000 1100001 0 1010010 11011 110000 100111111 1000101 11111

Color Harmonies of #841861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841861

Black with #841861

Text Example


Text Example

White with #841861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841861; }

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

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

background-color css

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

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

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

border-color css

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

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

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