Html Css Color HEX #841874 Dark Purple

📋 copy color: '#841874'

red 132 ◦ green 24 ◦ blue 116

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

Shades of Dark Purple #841874

Tints of Dark Purple #841874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 48.53%
G = 8.82%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#841874 (or 0x841874) is known color: Dark Purple. HEX triplet: 84, 18 and 74. RGB value is (132,24,116). Sum of RGB (Red+Green+Blue) = 132+24+116=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #841874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841874 is #7BE78B. Grayscale: #424242. Windows color (decimal): -8120204 or 7608452. OLE color: 7608452.

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

Color convert

RGB 132 24 116 -
CMYK 0 0.82 0.12 0.48
HSL 308.89º 0.69% 0.31% -
HSV(B) 308.89º 0.82% 0.52% -
XYZ 12.99 6.82 17.15 -
YUV 66.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 132 24 116 0 0.82 0.12 0.48 308.89 0.69 0.31
Hex 84 18 74 0 52 C 30 135 45 1F
Octal 204 30 164 0 122 14 60 465 105 37
Binary 10000100 11000 1110100 0 1010010 1100 110000 100110101 1000101 11111

Color Harmonies of #841874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841874

Black with #841874

Text Example


Text Example

White with #841874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841874; }

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

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

background-color css

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

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

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

border-color css

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

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

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