#821773

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

Shades of Dark Purple #821773

Tints of Dark Purple #821773

Color information

#821773 (or 0x821773) is unknown color: approx Dark Purple. HEX triplet: 82, 17 and 73. RGB value is (130,23,115). Sum of RGB (Red+Green+Blue) = 130+23+115=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #821773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821773 is #7DE88C. Grayscale: #414141. Windows color (decimal): -8251533 or 7542658. OLE color: 7542658.

HSL color Cylindrical-coordinate representation of color #821773: hue angle of 308.41º 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 #821773 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13023115-
CMYK00.820.120.49
HSL308.41º69.93%30%-
HSV(B)308.41º82.31%50.98%-
XYZ12.616.616.83-
YUV65.48155.95174.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 23 (9.38% from 255) = 8.58%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=48.51%
G=8.58%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302311500.820.120.49308.4169.9330
Hex821773052C31134461e
Octal202271630122146146410636
Binary10000010101111110011010100101100110001100110100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821773; }

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

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

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

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

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

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

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

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