#84246F

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

Shades of Dark Purple #84246F

Tints of Dark Purple #84246F

Color information

#84246F (or 0x84246F) is unknown color: approx Dark Purple. HEX triplet: 84, 24 and 6F. RGB value is (132,36,111). Sum of RGB (Red+Green+Blue) = 132+36+111=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84246F is #7BDB90. Grayscale: #494949. Windows color (decimal): -8117137 or 7283844. OLE color: 7283844.

HSL color Cylindrical-coordinate representation of color #84246F: hue angle of 313.12º 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 #84246F is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13236111-
CMYK00.730.160.48
HSL313.12º57.14%32.94%-
HSV(B)313.12º72.73%51.76%-
XYZ13.027.3115.76-
YUV73.25149.3169.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=47.31%
G=12.90%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323611100.730.160.48313.1257.1432.94
Hex84246F04910301393921
Octal20444157011120604717141
Binary1000010010010011011110100100110000110000100111001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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