#84247E

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

Shades of Dark Purple #84247E

Tints of Dark Purple #84247E

Color information

#84247E (or 0x84247E) is unknown color: approx Dark Purple. HEX triplet: 84, 24 and 7E. RGB value is (132,36,126). Sum of RGB (Red+Green+Blue) = 132+36+126=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84247E is #7BDB81. Grayscale: #4A4A4A. Windows color (decimal): -8117122 or 8266884. OLE color: 8266884.

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

Color convert

RGB13236126-
CMYK00.730.050.48
HSL303.75º57.14%32.94%-
HSV(B)303.75º72.73%51.76%-
XYZ13.917.6720.49-
YUV74.96156.8168.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 36 (14.45% from 255) = 12.24%
BLUE value IS 126 (49.61% from 255) = 42.86%
R=44.90%
G=12.24%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323612600.730.050.48303.7557.1432.94
Hex84247E0495301303921
Octal2044417601115604607141
Binary10000100100100111111001001001101110000100110000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84247E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84247E; }

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

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

<style>
 a { background-color: #84247E; }

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

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

<style>
 span { border-color: #84247E; }

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

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