#84367A

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

Shades of Dark Purple #84367A

Tints of Dark Purple #84367A

Color information

#84367A (or 0x84367A) is unknown color: approx Dark Purple. HEX triplet: 84, 36 and 7A. RGB value is (132,54,122). Sum of RGB (Red+Green+Blue) = 132+54+122=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84367A is #7BC985. Grayscale: #545454. Windows color (decimal): -8112518 or 8009348. OLE color: 8009348.

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

Color convert

RGB13254122-
CMYK00.590.080.48
HSL307.69º41.94%36.47%-
HSV(B)307.69º59.09%51.76%-
XYZ14.358.9519.38-
YUV85.07148.84161.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=42.86%
G=17.53%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325412200.590.080.48307.6941.9436.47
Hex84367A03B8301342a24
Octal2046617207310604645244
Binary10000100110110111101001110111000110000100110100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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