#821769

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

Shades of Dark Purple #821769

Tints of Dark Purple #821769

Color information

#821769 (or 0x821769) is unknown color: approx Dark Purple. HEX triplet: 82, 17 and 69. RGB value is (130,23,105). Sum of RGB (Red+Green+Blue) = 130+23+105=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #821769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821769 is #7DE896. Grayscale: #404040. Windows color (decimal): -8251543 or 6887298. OLE color: 6887298.

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

Color convert

RGB13023105-
CMYK00.820.190.49
HSL314.02º69.93%30%-
HSV(B)314.02º82.31%50.98%-
XYZ12.066.3813.96-
YUV64.34150.95174.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 23 (9.38% from 255) = 8.91%
BLUE value IS 105 (41.41% from 255) = 40.70%
R=50.39%
G=8.91%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302310500.820.190.49314.0269.9330
Hex821769052133113a461e
Octal202271510122236147210636
Binary100000101011111010010101001010011110001100111010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821769; }

 p { color: rgb(130,23,105); }

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

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

 a { background-color: rgb(130,23,105); }

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

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

 span { border-color: rgb(130,23,105); }

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