#84387A

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

Shades of Dark Purple #84387A

Tints of Dark Purple #84387A

Color information

#84387A (or 0x84387A) is unknown color: approx Dark Purple. HEX triplet: 84, 38 and 7A. RGB value is (132,56,122). Sum of RGB (Red+Green+Blue) = 132+56+122=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84387A is #7BC785. Grayscale: #565656. Windows color (decimal): -8112006 or 8009860. OLE color: 8009860.

HSL color Cylindrical-coordinate representation of color #84387A: hue angle of 307.89º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84387A is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13256122-
CMYK00.580.080.48
HSL307.89º40.43%36.86%-
HSV(B)307.89º57.58%51.76%-
XYZ14.449.1419.42-
YUV86.25148.18160.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=42.58%
G=18.06%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325612200.580.080.48307.8940.4336.86
Hex84387A03A8301342825
Octal2047017207210604645045
Binary10000100111000111101001110101000110000100110100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,56,122); }

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

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

 a { background-color: rgb(132,56,122); }

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

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

 span { border-color: rgb(132,56,122); }

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