#821A7D

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

Shades of Dark Purple #821A7D

Tints of Dark Purple #821A7D

Color information

#821A7D (or 0x821A7D) is unknown color: approx Dark Purple. HEX triplet: 82, 1A and 7D. RGB value is (130,26,125). Sum of RGB (Red+Green+Blue) = 130+26+125=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #821A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A7D is #7DE582. Grayscale: #444444. Windows color (decimal): -8250755 or 8198786. OLE color: 8198786.

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

Color convert

RGB13026125-
CMYK00.80.040.49
HSL302.88º66.67%30.59%-
HSV(B)302.88º80%50.98%-
XYZ13.286.9720.05-
YUV68.38159.96171.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 26 (10.55% from 255) = 9.25%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=46.26%
G=9.25%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302612500.80.040.49302.8866.6730.59
Hex821A7D05043112f431f
Octal20232175012046145710337
Binary1000001011010111110101010000100110001100101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,26,125); }

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

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

 a { background-color: rgb(130,26,125); }

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

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

 span { border-color: rgb(130,26,125); }

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