#821B6F

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

Shades of Dark Purple #821B6F

Tints of Dark Purple #821B6F

Color information

#821B6F (or 0x821B6F) is unknown color: approx Dark Purple. HEX triplet: 82, 1B and 6F. RGB value is (130,27,111). Sum of RGB (Red+Green+Blue) = 130+27+111=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #821B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821B6F is #7DE490. Grayscale: #434343. Windows color (decimal): -8250513 or 7281538. OLE color: 7281538.

HSL color Cylindrical-coordinate representation of color #821B6F: hue angle of 311.07º 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 #821B6F is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13027111-
CMYK00.790.150.49
HSL311.07º65.61%30.78%-
HSV(B)311.07º79.23%50.98%-
XYZ12.476.6815.67-
YUV67.37152.62172.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 27 (10.94% from 255) = 10.07%
BLUE value IS 111 (43.75% from 255) = 41.42%
R=48.51%
G=10.07%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302711100.790.150.49311.0765.6130.78
Hex821B6F04FF31137421f
Octal202331570117176146710237
Binary10000010110111101111010011111111110001100110111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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