Html Css Color HEX #842482 Dark Purple

📋 copy color: '#842482'

red 132 ◦ green 36 ◦ blue 130

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

Shades of Dark Purple #842482

Tints of Dark Purple #842482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.08%

 BLUE value IS 130 (51.17% from 255) = 43.62%

R = 44.3%
G = 12.08%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#842482 (or 0x842482) is known color: Dark Purple. HEX triplet: 84, 24 and 82. RGB value is (132,36,130). Sum of RGB (Red+Green+Blue) = 132+36+130=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #842482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842482 is #7BDB7D. Grayscale: #4B4B4B. Windows color (decimal): -8117118 or 8529028. OLE color: 8529028.

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

Color convert

RGB 132 36 130 -
CMYK 0 0.73 0.02 0.48
HSL 301.25º 0.57% 0.33% -
HSV(B) 301.25º 0.73% 0.52% -
XYZ 14.18 7.78 21.87 -
YUV 75.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 132 36 130 0 0.73 0.02 0.48 301.25 0.57 0.33
Hex 84 24 82 0 49 2 30 12D 39 21
Octal 204 44 202 0 111 2 60 455 71 41
Binary 10000100 100100 10000010 0 1001001 10 110000 100101101 111001 100001

Color Harmonies of #842482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842482

Black with #842482

Text Example


Text Example

White with #842482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842482; }

 p { color: rgb(132,36,130); }

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

background-color css

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

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

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

border-color css

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

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

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