Html Css Color HEX #84207A Dark Purple

📋 copy color: '#84207A'

red 132 ◦ green 32 ◦ blue 122

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

Shades of Dark Purple #84207A

Tints of Dark Purple #84207A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.19%

 BLUE value IS 122 (48.05% from 255) = 42.66%

R = 46.15%
G = 11.19%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#84207A (or 0x84207A) is known color: Dark Purple. HEX triplet: 84, 20 and 7A. RGB value is (132,32,122). Sum of RGB (Red+Green+Blue) = 132+32+122=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #84207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84207A is #7BDF85. Grayscale: #474747. Windows color (decimal): -8118150 or 8003716. OLE color: 8003716.

HSL color Cylindrical-coordinate representation of color #84207A: hue angle of 306º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84207A is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 122 -
CMYK 0 0.76 0.08 0.48
HSL 306º 0.61% 0.32% -
HSV(B) 306º 0.76% 0.52% -
XYZ 13.55 7.34 19.12 -
YUV 72.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 132 32 122 0 0.76 0.08 0.48 306 0.61 0.32
Hex 84 20 7A 0 4C 8 30 132 3D 20
Octal 204 40 172 0 114 10 60 462 75 40
Binary 10000100 100000 1111010 0 1001100 1000 110000 100110010 111101 100000

Color Harmonies of #84207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84207A

Black with #84207A

Text Example


Text Example

White with #84207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84207A; }

 p { color: rgb(132,32,122); }

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

background-color css

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

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

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

border-color css

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

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

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