Html Css Color HEX #842279 Dark Purple

📋 copy color: '#842279'

red 132 ◦ green 34 ◦ blue 121

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

Shades of Dark Purple #842279

Tints of Dark Purple #842279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

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

R = 45.99%
G = 11.85%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#842279 (or 0x842279) is known color: Dark Purple. HEX triplet: 84, 22 and 79. RGB value is (132,34,121). Sum of RGB (Red+Green+Blue) = 132+34+121=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #842279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842279 is #7BDD86. Grayscale: #484848. Windows color (decimal): -8117639 or 7938692. OLE color: 7938692.

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

Color convert

RGB 132 34 121 -
CMYK 0 0.74 0.08 0.48
HSL 306.73º 0.59% 0.33% -
HSV(B) 306.73º 0.74% 0.52% -
XYZ 13.54 7.43 18.81 -
YUV 73.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 132 34 121 0 0.74 0.08 0.48 306.73 0.59 0.33
Hex 84 22 79 0 4A 8 30 133 3B 21
Octal 204 42 171 0 112 10 60 463 73 41
Binary 10000100 100010 1111001 0 1001010 1000 110000 100110011 111011 100001

Color Harmonies of #842279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842279

Black with #842279

Text Example


Text Example

White with #842279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842279; }

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

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

background-color css

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

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

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

border-color css

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

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

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