#84217C

Color #84217C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #84217C

Tints of Dark Purple #84217C

Color information

#84217C (or 0x84217C) is unknown color: approx 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

RGB13233124-
CMYK00.750.060.48
HSL304.85º60%32.35%-
HSV(B)304.85º75%51.76%-
XYZ13.77.4519.78-
YUV72.97156.8170.1-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323312400.750.060.48304.856032.35
Hex84217C04B6301313c20
Octal2044117401136604617440
Binary10000100100001111110001001011110110000100110001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>