Html Css Color HEX #842784 Dark Purple

📋 copy color: '#842784'

red 132 ◦ green 39 ◦ blue 132

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

Shades of Dark Purple #842784

Tints of Dark Purple #842784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.56%

R = 43.56%
G = 12.87%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#842784 (or 0x842784) is known color: Dark Purple. HEX triplet: 84, 27 and 84. RGB value is (132,39,132). Sum of RGB (Red+Green+Blue) = 132+39+132=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #842784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842784 is #7BD87B. Grayscale: #4D4D4D. Windows color (decimal): -8116348 or 8660868. OLE color: 8660868.

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

Color convert

RGB 132 39 132 -
CMYK 0 0.70 0 0.48
HSL 300º 0.54% 0.34% -
HSV(B) 300º 0.7% 0.52% -
XYZ 14.41 8.02 22.62 -
YUV 77.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 132 39 132 0 0.70 0 0.48 300 0.54 0.34
Hex 84 27 84 0 46 0 30 12C 36 22
Octal 204 47 204 0 106 0 60 454 66 42
Binary 10000100 100111 10000100 0 1000110 0 110000 100101100 110110 100010

Color Harmonies of #842784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842784

Black with #842784

Text Example


Text Example

White with #842784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842784; }

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

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

background-color css

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

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

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

border-color css

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

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

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