#821B6D

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

Shades of Dark Purple #821B6D

Tints of Dark Purple #821B6D

Color information

#821B6D (or 0x821B6D) is unknown color: approx Dark Purple. HEX triplet: 82, 1B and 6D. RGB value is (130,27,109). Sum of RGB (Red+Green+Blue) = 130+27+109=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #821B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821B6D is #7DE492. Grayscale: #424242. Windows color (decimal): -8250515 or 7150466. OLE color: 7150466.

HSL color Cylindrical-coordinate representation of color #821B6D: hue angle of 312.23º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821B6D is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13027109-
CMYK00.790.160.49
HSL312.23º65.61%30.78%-
HSV(B)312.23º79.23%50.98%-
XYZ12.366.6315.1-
YUV67.14151.62172.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 27 (10.94% from 255) = 10.15%
BLUE value IS 109 (42.97% from 255) = 40.98%
R=48.87%
G=10.15%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302710900.790.160.49312.2365.6130.78
Hex821B6D04F1031138421f
Octal202331550117206147010237
Binary100000101101111011010100111110000110001100111000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821B6D; }

 p { color: rgb(130,27,109); }

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

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

 a { background-color: rgb(130,27,109); }

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

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

 span { border-color: rgb(130,27,109); }

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