Html Css Color HEX #84207C Dark Purple

📋 copy color: '#84207C'

red 132 ◦ green 32 ◦ blue 124

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

Shades of Dark Purple #84207C

Tints of Dark Purple #84207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.06%

R = 45.83%
G = 11.11%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84207C (or 0x84207C) is known color: Dark Purple. HEX triplet: 84, 20 and 7C. RGB value is (132,32,124). Sum of RGB (Red+Green+Blue) = 132+32+124=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84207C is #7BDF83. Grayscale: #484848. Windows color (decimal): -8118148 or 8134788. OLE color: 8134788.

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

Color convert

RGB 132 32 124 -
CMYK 0 0.76 0.06 0.48
HSL 304.8º 0.61% 0.32% -
HSV(B) 304.8º 0.76% 0.52% -
XYZ 13.67 7.39 19.78 -
YUV 72.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 132 32 124 0 0.76 0.06 0.48 304.8 0.61 0.32
Hex 84 20 7C 0 4C 6 30 131 3D 20
Octal 204 40 174 0 114 6 60 461 75 40
Binary 10000100 100000 1111100 0 1001100 110 110000 100110001 111101 100000

Color Harmonies of #84207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84207C

Black with #84207C

Text Example


Text Example

White with #84207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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