Html Css Color HEX #841976 Dark Purple

📋 copy color: '#841976'

red 132 ◦ green 25 ◦ blue 118

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

Shades of Dark Purple #841976

Tints of Dark Purple #841976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.91%

R = 48%
G = 9.09%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#841976 (or 0x841976) is known color: Dark Purple. HEX triplet: 84, 19 and 76. RGB value is (132,25,118). Sum of RGB (Red+Green+Blue) = 132+25+118=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #841976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841976 is #7BE689. Grayscale: #434343. Windows color (decimal): -8119946 or 7739780. OLE color: 7739780.

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

Color convert

RGB 132 25 118 -
CMYK 0 0.81 0.11 0.48
HSL 307.85º 0.68% 0.31% -
HSV(B) 307.85º 0.81% 0.52% -
XYZ 13.13 6.91 17.78 -
YUV 67.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 132 25 118 0 0.81 0.11 0.48 307.85 0.68 0.31
Hex 84 19 76 0 51 B 30 134 44 1F
Octal 204 31 166 0 121 13 60 464 104 37
Binary 10000100 11001 1110110 0 1010001 1011 110000 100110100 1000100 11111

Color Harmonies of #841976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841976

Black with #841976

Text Example


Text Example

White with #841976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841976; }

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

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

background-color css

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

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

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

border-color css

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

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

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