Html Css Color HEX #842584 Dark Purple

📋 copy color: '#842584'

red 132 ◦ green 37 ◦ blue 132

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

Shades of Dark Purple #842584

Tints of Dark Purple #842584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

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

R = 43.85%
G = 12.29%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#842584 (or 0x842584) is known color: Dark Purple. HEX triplet: 84, 25 and 84. RGB value is (132,37,132). Sum of RGB (Red+Green+Blue) = 132+37+132=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #842584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842584 is #7BDA7B. Grayscale: #4B4B4B. Windows color (decimal): -8116860 or 8660356. OLE color: 8660356.

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

Color convert

RGB 132 37 132 -
CMYK 0 0.72 0 0.48
HSL 300º 0.56% 0.33% -
HSV(B) 300º 0.72% 0.52% -
XYZ 14.34 7.89 22.6 -
YUV 76.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 132 37 132 0 0.72 0 0.48 300 0.56 0.33
Hex 84 25 84 0 48 0 30 12C 38 21
Octal 204 45 204 0 110 0 60 454 70 41
Binary 10000100 100101 10000100 0 1001000 0 110000 100101100 111000 100001

Color Harmonies of #842584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842584

Black with #842584

Text Example


Text Example

White with #842584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842584; }

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

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

background-color css

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

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

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

border-color css

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

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

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