Html Css Color HEX #84207D Dark Purple

📋 copy color: '#84207D'

red 132 ◦ green 32 ◦ blue 125

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

Shades of Dark Purple #84207D

Tints of Dark Purple #84207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.25%

R = 45.67%
G = 11.07%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84207D (or 0x84207D) is known color: Dark Purple. HEX triplet: 84, 20 and 7D. RGB value is (132,32,125). Sum of RGB (Red+Green+Blue) = 132+32+125=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #84207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84207D is #7BDF82. Grayscale: #484848. Windows color (decimal): -8118147 or 8200324. OLE color: 8200324.

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

Color convert

RGB 132 32 125 -
CMYK 0 0.76 0.05 0.48
HSL 304.2º 0.61% 0.32% -
HSV(B) 304.2º 0.76% 0.52% -
XYZ 13.73 7.42 20.11 -
YUV 72.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 132 32 125 0 0.76 0.05 0.48 304.2 0.61 0.32
Hex 84 20 7D 0 4C 5 30 130 3D 20
Octal 204 40 175 0 114 5 60 460 75 40
Binary 10000100 100000 1111101 0 1001100 101 110000 100110000 111101 100000

Color Harmonies of #84207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84207D

Black with #84207D

Text Example


Text Example

White with #84207D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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