#84307A

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

Shades of Dark Purple #84307A

Tints of Dark Purple #84307A

Color information

#84307A (or 0x84307A) is unknown color: approx Dark Purple. HEX triplet: 84, 30 and 7A. RGB value is (132,48,122). Sum of RGB (Red+Green+Blue) = 132+48+122=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #84307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84307A is #7BCF85. Grayscale: #515151. Windows color (decimal): -8114054 or 8007812. OLE color: 8007812.

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

Color convert

RGB13248122-
CMYK00.640.080.48
HSL307.14º46.67%35.29%-
HSV(B)307.14º63.64%51.76%-
XYZ14.098.4219.3-
YUV81.55150.83163.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 48 (19.14% from 255) = 15.89%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=43.71%
G=15.89%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324812200.640.080.48307.1446.6735.29
Hex84307A0408301332f23
Octal20460172010010604635743
Binary100001001100001111010010000001000110000100110011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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