Html Css Color HEX #841479 Dark Purple

📋 copy color: '#841479'

red 132 ◦ green 20 ◦ blue 121

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

Shades of Dark Purple #841479

Tints of Dark Purple #841479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 48.35%
G = 7.33%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#841479 (or 0x841479) is known color: Dark Purple. HEX triplet: 84, 14 and 79. RGB value is (132,20,121). Sum of RGB (Red+Green+Blue) = 132+20+121=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #841479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841479 is #7BEB86. Grayscale: #404040. Windows color (decimal): -8121223 or 7935108. OLE color: 7935108.

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

Color convert

RGB 132 20 121 -
CMYK 0 0.85 0.08 0.48
HSL 305.89º 0.74% 0.3% -
HSV(B) 305.89º 0.85% 0.52% -
XYZ 13.22 6.79 18.7 -
YUV 65 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 132 20 121 0 0.85 0.08 0.48 305.89 0.74 0.3
Hex 84 14 79 0 55 8 30 132 4A 1E
Octal 204 24 171 0 125 10 60 462 112 36
Binary 10000100 10100 1111001 0 1010101 1000 110000 100110010 1001010 11110

Color Harmonies of #841479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841479

Black with #841479

Text Example


Text Example

White with #841479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841479; }

 p { color: rgb(132,20,121); }

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

background-color css

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

 a { background-color: rgb(132,20,121); }

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

border-color css

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

 span { border-color: rgb(132,20,121); }

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