Html Css Color HEX #842779 Dark Purple

📋 copy color: '#842779'

red 132 ◦ green 39 ◦ blue 121

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

Shades of Dark Purple #842779

Tints of Dark Purple #842779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

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

R = 45.21%
G = 13.36%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#842779 (or 0x842779) is known color: Dark Purple. HEX triplet: 84, 27 and 79. RGB value is (132,39,121). Sum of RGB (Red+Green+Blue) = 132+39+121=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #842779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842779 is #7BD886. Grayscale: #4B4B4B. Windows color (decimal): -8116359 or 7939972. OLE color: 7939972.

HSL color Cylindrical-coordinate representation of color #842779: hue angle of 307.1º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842779 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 39 121 -
CMYK 0 0.70 0.08 0.48
HSL 307.1º 0.54% 0.34% -
HSV(B) 307.1º 0.7% 0.52% -
XYZ 13.69 7.74 18.86 -
YUV 76.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 132 39 121 0 0.70 0.08 0.48 307.1 0.54 0.34
Hex 84 27 79 0 46 8 30 133 36 22
Octal 204 47 171 0 106 10 60 463 66 42
Binary 10000100 100111 1111001 0 1000110 1000 110000 100110011 110110 100010

Color Harmonies of #842779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842779

Black with #842779

Text Example


Text Example

White with #842779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842779; }

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

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

background-color css

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

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

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

border-color css

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

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

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