Html Css Color HEX #841967 Dark Purple

📋 copy color: '#841967'

red 132 ◦ green 25 ◦ blue 103

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

Shades of Dark Purple #841967

Tints of Dark Purple #841967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

 BLUE value IS 103 (40.63% from 255) = 39.62%

R = 50.77%
G = 9.62%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#841967 (or 0x841967) is known color: Dark Purple. HEX triplet: 84, 19 and 67. RGB value is (132,25,103). Sum of RGB (Red+Green+Blue) = 132+25+103=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #841967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841967 is #7BE698. Grayscale: #414141. Windows color (decimal): -8119961 or 6756740. OLE color: 6756740.

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

Color convert

RGB 132 25 103 -
CMYK 0 0.81 0.22 0.48
HSL 316.26º 0.68% 0.31% -
HSV(B) 316.26º 0.81% 0.52% -
XYZ 12.31 6.58 13.45 -
YUV 65.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 132 25 103 0 0.81 0.22 0.48 316.26 0.68 0.31
Hex 84 19 67 0 51 16 30 13C 44 1F
Octal 204 31 147 0 121 26 60 474 104 37
Binary 10000100 11001 1100111 0 1010001 10110 110000 100111100 1000100 11111

Color Harmonies of #841967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841967

Black with #841967

Text Example


Text Example

White with #841967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841967; }

 p { color: rgb(132,25,103); }

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

background-color css

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

 a { background-color: rgb(132,25,103); }

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

border-color css

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

 span { border-color: rgb(132,25,103); }

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