#821467

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

Shades of Dark Purple #821467

Tints of Dark Purple #821467

Color information

#821467 (or 0x821467) is unknown color: approx Dark Purple. HEX triplet: 82, 14 and 67. RGB value is (130,20,103). Sum of RGB (Red+Green+Blue) = 130+20+103=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #821467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821467 is #7DEB98. Grayscale: #3E3E3E. Windows color (decimal): -8252313 or 6755458. OLE color: 6755458.

HSL color Cylindrical-coordinate representation of color #821467: hue angle of 314.73º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821467 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB13020103-
CMYK00.850.210.49
HSL314.73º73.33%29.41%-
HSV(B)314.73º84.62%50.98%-
XYZ11.96.2313.41-
YUV62.35150.94176.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 20 (8.20% from 255) = 7.91%
BLUE value IS 103 (40.62% from 255) = 40.71%
R=51.38%
G=7.91%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302010300.850.210.49314.7373.3329.41
Hex821467055153113b491d
Octal202241470125256147311135
Binary100000101010011001110101010110101110001100111011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821467; }

 p { color: rgb(130,20,103); }

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

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

 a { background-color: rgb(130,20,103); }

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

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

 span { border-color: rgb(130,20,103); }

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