#821678

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

Shades of Dark Purple #821678

Tints of Dark Purple #821678

Color information

#821678 (or 0x821678) is unknown color: approx Dark Purple. HEX triplet: 82, 16 and 78. RGB value is (130,22,120). Sum of RGB (Red+Green+Blue) = 130+22+120=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #821678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821678 is #7DE987. Grayscale: #414141. Windows color (decimal): -8251784 or 7870082. OLE color: 7870082.

HSL color Cylindrical-coordinate representation of color #821678: hue angle of 305.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821678 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13022120-
CMYK00.830.080.49
HSL305.56º71.05%29.8%-
HSV(B)305.56º83.08%50.98%-
XYZ12.886.6818.38-
YUV65.46158.78174.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 22 (8.98% from 255) = 8.09%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=47.79%
G=8.09%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302212000.830.080.49305.5671.0529.8
Hex821678053831132471e
Octal202261700123106146210736
Binary10000010101101111000010100111000110001100110010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821678; }

 p { color: rgb(130,22,120); }

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

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

 a { background-color: rgb(130,22,120); }

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

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

 span { border-color: rgb(130,22,120); }

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