#821A7E

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

Shades of Dark Purple #821A7E

Tints of Dark Purple #821A7E

Color information

#821A7E (or 0x821A7E) is unknown color: approx Dark Purple. HEX triplet: 82, 1A and 7E. RGB value is (130,26,126). Sum of RGB (Red+Green+Blue) = 130+26+126=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #821A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A7E is #7DE581. Grayscale: #444444. Windows color (decimal): -8250754 or 8264322. OLE color: 8264322.

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

Color convert

RGB13026126-
CMYK00.80.030.49
HSL302.31º66.67%30.59%-
HSV(B)302.31º80%50.98%-
XYZ13.346.9920.38-
YUV68.5160.46171.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 26 (10.55% from 255) = 9.22%
BLUE value IS 126 (49.61% from 255) = 44.68%
R=46.10%
G=9.22%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302612600.80.030.49302.3166.6730.59
Hex821A7E05033112e431f
Octal20232176012036145610337
Binary100000101101011111100101000011110001100101110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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