#84306A

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

Shades of Dark Purple #84306A

Tints of Dark Purple #84306A

Color information

#84306A (or 0x84306A) is unknown color: approx Dark Purple. HEX triplet: 84, 30 and 6A. RGB value is (132,48,106). Sum of RGB (Red+Green+Blue) = 132+48+106=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #84306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84306A is #7BCF95. Grayscale: #4F4F4F. Windows color (decimal): -8114070 or 6959236. OLE color: 6959236.

HSL color Cylindrical-coordinate representation of color #84306A: hue angle of 318.57º 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 #84306A is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13248106-
CMYK00.640.200.48
HSL318.57º46.67%35.29%-
HSV(B)318.57º63.64%51.76%-
XYZ13.178.0614.5-
YUV79.73142.83165.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 48 (19.14% from 255) = 16.78%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=46.15%
G=16.78%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324810600.640.200.48318.5746.6735.29
Hex84306A040143013f2f23
Octal20460152010024604775743
Binary1000010011000011010100100000010100110000100111111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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