Html Css Color HEX #842764 Dark Purple

📋 copy color: '#842764'

red 132 ◦ green 39 ◦ blue 100

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

Shades of Dark Purple #842764

Tints of Dark Purple #842764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.9%

R = 48.71%
G = 14.39%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#842764 (or 0x842764) is known color: Dark Purple. HEX triplet: 84, 27 and 64. RGB value is (132,39,100). Sum of RGB (Red+Green+Blue) = 132+39+100=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #842764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842764 is #7BD89B. Grayscale: #494949. Windows color (decimal): -8116380 or 6563716. OLE color: 6563716.

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

Color convert

RGB 132 39 100 -
CMYK 0 0.70 0.24 0.48
HSL 320.65º 0.54% 0.34% -
HSV(B) 320.65º 0.7% 0.52% -
XYZ 12.54 7.28 12.8 -
YUV 73.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 132 39 100 0 0.70 0.24 0.48 320.65 0.54 0.34
Hex 84 27 64 0 46 18 30 141 36 22
Octal 204 47 144 0 106 30 60 501 66 42
Binary 10000100 100111 1100100 0 1000110 11000 110000 101000001 110110 100010

Color Harmonies of #842764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842764

Black with #842764

Text Example


Text Example

White with #842764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842764; }

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

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

background-color css

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

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

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

border-color css

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

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

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