#821F75

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

Shades of Dark Purple #821F75

Tints of Dark Purple #821F75

Color information

#821F75 (or 0x821F75) is unknown color: approx Dark Purple. HEX triplet: 82, 1F and 75. RGB value is (130,31,117). Sum of RGB (Red+Green+Blue) = 130+31+117=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #821F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821F75 is #7DE08A. Grayscale: #464646. Windows color (decimal): -8249483 or 7675778. OLE color: 7675778.

HSL color Cylindrical-coordinate representation of color #821F75: hue angle of 307.88º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #821F75 is Cyan = 0, Magento = 0.76, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB13031117-
CMYK00.760.10.49
HSL307.88º61.49%31.57%-
HSV(B)307.88º76.15%50.98%-
XYZ12.917.0117.5-
YUV70.4154.3170.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 31 (12.5% from 255) = 11.15%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=46.76%
G=11.15%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303111700.760.10.49307.8861.4931.57
Hex821F7504CA311343d20
Octal20237165011412614647540
Binary10000010111111110101010011001010110001100110100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,31,117); }

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

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

 a { background-color: rgb(130,31,117); }

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

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

 span { border-color: rgb(130,31,117); }

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