#84246C

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

Shades of Dark Purple #84246C

Tints of Dark Purple #84246C

Color information

#84246C (or 0x84246C) is unknown color: approx Dark Purple. HEX triplet: 84, 24 and 6C. RGB value is (132,36,108). Sum of RGB (Red+Green+Blue) = 132+36+108=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84246C is #7BDB93. Grayscale: #484848. Windows color (decimal): -8117140 or 7087236. OLE color: 7087236.

HSL color Cylindrical-coordinate representation of color #84246C: hue angle of 315º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84246C is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13236108-
CMYK00.730.180.48
HSL315º57.14%32.94%-
HSV(B)315º72.73%51.76%-
XYZ12.857.2514.91-
YUV72.91147.8170.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=47.83%
G=13.04%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323610800.730.180.4831557.1432.94
Hex84246C049123013b3921
Octal20444154011122604737141
Binary1000010010010011011000100100110010110000100111011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,36,108); }

 H1.HeaderClassName
 {
   color: #84246C;
 }
 .AnyTagClassName
 {
   color: #84246C;
 }
</style>
background-color css

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

 a { background-color: rgb(132,36,108); }

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

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

 span { border-color: rgb(132,36,108); }

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