#821364

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

Shades of Dark Purple #821364

Tints of Dark Purple #821364

Color information

#821364 (or 0x821364) is unknown color: approx Dark Purple. HEX triplet: 82, 13 and 64. RGB value is (130,19,100). Sum of RGB (Red+Green+Blue) = 130+19+100=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #821364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821364 is #7DEC9B. Grayscale: #3D3D3D. Windows color (decimal): -8252572 or 6558594. OLE color: 6558594.

HSL color Cylindrical-coordinate representation of color #821364: hue angle of 316.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821364 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB13019100-
CMYK00.850.230.49
HSL316.22º74.5%29.22%-
HSV(B)316.22º85.38%50.98%-
XYZ11.746.1312.62-
YUV61.42149.77176.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 19 (7.81% from 255) = 7.63%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=52.21%
G=7.63%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301910000.850.230.49316.2274.529.22
Hex821364055173113c4a1d
Octal202231440125276147411235
Binary100000101001111001000101010110111110001100111100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821364; }

 p { color: rgb(130,19,100); }

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

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

 a { background-color: rgb(130,19,100); }

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

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

 span { border-color: rgb(130,19,100); }

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