Html Css Color HEX #84217C Dark Purple

📋 copy color: '#84217C'

red 132 ◦ green 33 ◦ blue 124

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

Shades of Dark Purple #84217C

Tints of Dark Purple #84217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

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

R = 45.67%
G = 11.42%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84217C (or 0x84217C) is known color: Dark Purple. HEX triplet: 84, 21 and 7C. RGB value is (132,33,124). Sum of RGB (Red+Green+Blue) = 132+33+124=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #84217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84217C is #7BDE83. Grayscale: #484848. Windows color (decimal): -8117892 or 8135044. OLE color: 8135044.

HSL color Cylindrical-coordinate representation of color #84217C: hue angle of 304.85º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84217C is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 124 -
CMYK 0 0.75 0.06 0.48
HSL 304.85º 0.6% 0.32% -
HSV(B) 304.85º 0.75% 0.52% -
XYZ 13.7 7.45 19.78 -
YUV 72.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 132 33 124 0 0.75 0.06 0.48 304.85 0.6 0.32
Hex 84 21 7C 0 4B 6 30 131 3C 20
Octal 204 41 174 0 113 6 60 461 74 40
Binary 10000100 100001 1111100 0 1001011 110 110000 100110001 111100 100000

Color Harmonies of #84217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84217C

Black with #84217C

Text Example


Text Example

White with #84217C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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