#84306E

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

Shades of Dark Purple #84306E

Tints of Dark Purple #84306E

Color information

#84306E (or 0x84306E) is unknown color: approx Dark Purple. HEX triplet: 84, 30 and 6E. RGB value is (132,48,110). Sum of RGB (Red+Green+Blue) = 132+48+110=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84306E is #7BCF91. Grayscale: #505050. Windows color (decimal): -8114066 or 7221380. OLE color: 7221380.

HSL color Cylindrical-coordinate representation of color #84306E: hue angle of 315.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84306E is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13248110-
CMYK00.640.170.48
HSL315.71º46.67%35.29%-
HSV(B)315.71º63.64%51.76%-
XYZ13.398.1515.62-
YUV80.18144.83164.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=45.52%
G=16.55%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324811000.640.170.48315.7146.6735.29
Hex84306E040113013c2f23
Octal20460156010021604745743
Binary1000010011000011011100100000010001110000100111100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,48,110); }

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

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

 a { background-color: rgb(132,48,110); }

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

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

 span { border-color: rgb(132,48,110); }

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